This commit is contained in:
Jonathan de Jong 2021-07-13 16:44:33 +02:00
parent 03fde79046
commit 8eabefe55b
9 changed files with 159 additions and 82 deletions

View file

@ -6,8 +6,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
rusqlite = { version = "0.25.3", features = ["bundled"] }
clap = "2.33.3"
anyhow = "1.0.41"
itertools = "0.10.1"
conduit_iface = { path = "../iface/" }