aboutsummaryrefslogtreecommitdiff
path: root/database/Cargo.toml
blob: 6e5ddcff1c2fe51d86fc3da30720d5f8c3f6420d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jellydb"
version = "0.1.0"
edition = "2024"

[dependencies]
tantivy = "0.22.0"
jellycommon = { path = "../common" }
serde = { version = "1.0.217", features = ["derive"] }
log = { workspace = true }
bincode = "2.0.0-rc.3"
redb = "2.4.0"
anyhow = "1.0.95"

[features]
db_json = []