citadel-tools/citadel-tool/Cargo.toml
2020-08-03 19:18:49 -04:00

19 lines
315 B
TOML

[package]
name = "citadel-tool"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
[dependencies]
libcitadel = { path = "../libcitadel" }
failure = "0.1"
rpassword = "4.0"
clap = "2.33"
lazy_static = "1.4"
serde_derive = "1.0"
serde = "1.0"
toml = "0.5"
hex = "0.4"
byteorder = "1"