puppy/lib/store/Cargo.toml

17 lines
279 B
TOML
Raw Permalink Normal View History

2024-04-16 20:57:07 +02:00
[package]
name = "store"
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
ulid = "*"
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git" }
derive_more = "*"
bincode = "2.0.0-rc.3"
chrono = "*"
tempfile = "*"
2024-04-23 00:52:39 +02:00
macro = { path = "../macro" }
either = "*"