| [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" | |