mirror of
https://github.com/ShadowJonathan/conduit_toolbox.git
synced 2025-06-08 02:17:04 +03:00
15 lines
557 B
TOML
15 lines
557 B
TOML
[package]
|
|
name = "conduit_iface"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
itertools = "0.10.1"
|
|
sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
|
|
rusqlite = { version = "0.25.3", features = ["bundled"] }
|
|
anyhow = "1.0.42"
|
|
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d" }
|
|
thiserror = "1.0.26"
|
|
rocksdb = { version = "0.17.0", features = ["multi-threaded-cf", "zstd"] }
|