diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-24 19:22:01 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-24 19:22:01 +0200 |
commit | 2fc5931a6ce9bbb75757c4a20022b19778bd91c5 (patch) | |
tree | 22dec1279ac77bb14a07a7ce4cbd4583756a6fdb /base/src/lib.rs | |
parent | f4f3a16bca576c202887799066bd896863612e2b (diff) | |
download | jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar.bz2 jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar.zst |
move db to jellybase
Diffstat (limited to 'base/src/lib.rs')
-rw-r--r-- | base/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/src/lib.rs b/base/src/lib.rs index 132fd45..5d96b1a 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -7,6 +7,7 @@ pub mod cache; pub mod permission; pub mod temp; +pub mod database; use jellycommon::{config::GlobalConfig, AssetLocation}; use std::{fs::File, path::PathBuf, sync::LazyLock}; |