1
0
forked from brl/citadel-tools
citadel-tools/citadel-tool/Cargo.toml

19 lines
332 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" }
failure = "0.1"
rpassword = "2.1.0"
2018-12-11 11:19:12 -05:00
clap = "2.32.0"
2019-04-02 15:32:02 -04:00
lazy_static = "1.2.0"
2018-12-11 11:19:12 -05:00
serde_derive = "1.0.82"
serde = "1.0.82"
toml = "0.4.10"
2019-04-02 15:32:02 -04:00
hex = "0.3.2"
byteorder = "1"