diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-18 12:08:34 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-18 12:08:34 +0100 |
| commit | bac47e456085ea153ae6ae1b1e28e41868693c9c (patch) | |
| tree | 062c157d66faa3935c1175433732d30c07d1cd5b /database/Cargo.toml | |
| parent | f3af9263b0472bcef3207906ce0e4d1d4aa3595b (diff) | |
| download | jellything-bac47e456085ea153ae6ae1b1e28e41868693c9c.tar jellything-bac47e456085ea153ae6ae1b1e28e41868693c9c.tar.bz2 jellything-bac47e456085ea153ae6ae1b1e28e41868693c9c.tar.zst | |
start reworking model
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index 2cf9909..c5bfc9d 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -8,7 +8,7 @@ tantivy = "0.25.0" jellycommon = { path = "../common" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } -bincode = "2.0.1" +serde_json = "1.0.145" redb = "3.1.0" anyhow = "1.0.100" |