diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-24 04:31:48 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-24 04:31:48 +0100 |
| commit | b2e88a8beabf04adc28947cf82996e8692a68b71 (patch) | |
| tree | 23d66c8672b69cce7835ffabae4092669062ada8 /database/Cargo.toml | |
| parent | 774f64c0789529884dd7a5232f190e347ad29532 (diff) | |
| download | jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar.bz2 jellything-b2e88a8beabf04adc28947cf82996e8692a68b71.tar.zst | |
move things around; kv crate
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index d15cee6..078694e 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -8,7 +8,6 @@ jellyobject = { path = "../common/object" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } serde_json = "1.0.145" -redb = "3.1.0" anyhow = "1.0.100" -rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } bytemuck = { version = "1.24.0", features = ["derive"] } +jellykv = { path = "../kv" } |