aboutsummaryrefslogtreecommitdiff
path: root/database/Cargo.toml
blob: 19f632a5b74dbf61fdb64566e6cf3cb15731c10b (plain)
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"