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

11 lines
264 B
TOML

[package]
name = "conduit_sled_to_sqlite"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
anyhow = "1.0.41"
conduit_iface = { path = "../iface/" }