forked from brl/citadel-tools
18 lines
299 B
TOML
18 lines
299 B
TOML
[package]
|
|
name = "citadel-tool"
|
|
version = "0.1.0"
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libcitadel = { path = "../libcitadel" }
|
|
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"
|
|
|