kanidm/rsidm_tools/Cargo.toml
Firstyear 75ad3ced51
Implement resolving references to names on entry to proto entry convert. (#86)
Implement resolving reference uuids to names when they are available on proto entry conversion.
2019-09-14 23:37:05 +10:00

18 lines
335 B
TOML

[package]
name = "rsidm_tools"
version = "0.1.0"
authors = ["William Brown <william@blackhats.net.au>"]
edition = "2018"
[[bin]]
name = "kanidm"
path = "src/main.rs"
[dependencies]
rsidm_client = { path = "../rsidm_client" }
rpassword = "0.4"
structopt = { version = "0.2", default-features = false }
log = "0.4"
env_logger = "0.6"