12 lines
208 B
TOML
12 lines
208 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"
|