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

[dependencies]
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"
rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] }
bytemuck = { version = "1.24.0", features = ["derive"] }