citadel-tools/citadel-install/Cargo.toml

13 lines
272 B
TOML
Raw Normal View History

2018-12-31 18:27:17 -05:00
[package]
name = "citadel-install"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "http://github.com/subgraph/citadel"
edition = "2018"
2018-12-31 18:27:17 -05:00
[dependencies]
2019-01-15 09:22:22 -05:00
libcitadel = { path = "../libcitadel" }
2018-12-31 18:27:17 -05:00
failure = "0.1.3"
libc = "0.2"
rpassword = "2.1.0"