diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-15 15:09:37 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-15 15:09:37 +0100 |
| commit | 0e48299889c3c2b81bf351ffe5da71e0bcd4c22a (patch) | |
| tree | 8a7ff2bd2330c206070b2062723ba471b2d62544 /database/Cargo.toml | |
| parent | 7552a4ff0e027334398d28d5687a339ad77c0871 (diff) | |
| download | jellything-0e48299889c3c2b81bf351ffe5da71e0bcd4c22a.tar jellything-0e48299889c3c2b81bf351ffe5da71e0bcd4c22a.tar.bz2 jellything-0e48299889c3c2b81bf351ffe5da71e0bcd4c22a.tar.zst | |
db
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index eeeee7f..7e79b92 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] -tantivy = "0.25.0" jellycommon = { path = "../common" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } |