1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "jellydb" version = "0.1.0" edition = "2024" [dependencies] tantivy = "0.25.0" jellycommon = { path = "../common" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } serde_json = "1.0.145" redb = "3.1.0" anyhow = "1.0.100"