puppy/lib/store/Cargo.toml
Riley Apeldoorn 21294f58ee Implement basic follow requests
- Also tests for the behavior of arrows in the database
- Also also, a fix for prefix scanning (i was doing it wrong
2024-04-20 23:32:01 +02:00

14 lines
236 B
TOML

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