citadel-tools/citadel-tool/Cargo.toml

18 lines
299 B
TOML
Raw Normal View History

2018-12-11 11:19:12 -05:00
[package]
name = "citadel-tool"
2018-12-11 11:19:12 -05:00
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
2018-12-11 11:19:12 -05:00
[dependencies]
libcitadel = { path = "../libcitadel" }
2020-06-19 13:00:28 -04:00
rpassword = "4.0"
clap = "2.33"
lazy_static = "1.4"
serde_derive = "1.0"
serde = "1.0"
toml = "0.5"
hex = "0.4"
2019-04-02 15:32:02 -04:00
byteorder = "1"