File size: 266 Bytes
3374e90 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [package]
name = "bex-db"
version = "1.0.0"
edition = "2021"
[dependencies]
bex-types = { workspace = true }
redb = "2"
serde = { workspace = true }
serde_json = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
parking_lot = "0.12"
|