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/Cargo.toml | |
parent | f4f3a16bca576c202887799066bd896863612e2b (diff) | |
download | jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar.bz2 jellything-2fc5931a6ce9bbb75757c4a20022b19778bd91c5.tar.zst |
move db to jellybase
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index 45c3843..0dede64 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -13,3 +13,5 @@ base64 = "0.21.4" tokio = { workspace = true } anyhow = "1.0.75" bincode = "2.0.0-rc.3" +sled = "0.34.7" +typed-sled = "0.2.3" |