diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-24 23:06:33 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-24 23:06:33 +0100 |
| commit | 2bcccb18a6cb8bf836f57c3d86f759b19699def2 (patch) | |
| tree | ef55a10c6d9703677a983b8ca900fb4578a08eb3 /database/Cargo.toml | |
| parent | b2e88a8beabf04adc28947cf82996e8692a68b71 (diff) | |
| download | jellything-2bcccb18a6cb8bf836f57c3d86f759b19699def2.tar jellything-2bcccb18a6cb8bf836f57c3d86f759b19699def2.tar.bz2 jellything-2bcccb18a6cb8bf836f57c3d86f759b19699def2.tar.zst | |
cache as object
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index 078694e..5d629a3 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -11,3 +11,6 @@ serde_json = "1.0.145" anyhow = "1.0.100" bytemuck = { version = "1.24.0", features = ["derive"] } jellykv = { path = "../kv" } + +[dev-dependencies] +jellykv = { path = "../kv", features = ["memory"] } |