conduit_toolbox/tools/iface/Cargo.toml
Jonathan de Jong 8eabefe55b refactor
2021-07-13 16:44:33 +02:00

12 lines
351 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"