2018-12-11 11:19:12 -05:00
|
|
|
[package]
|
2019-01-30 21:31:13 -05:00
|
|
|
name = "citadel-tool"
|
2018-12-11 11:19:12 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
2019-01-17 09:39:06 -05:00
|
|
|
edition = "2018"
|
2020-10-08 09:15:40 -04:00
|
|
|
description = "citadel-tool"
|
|
|
|
homepage = "https://subgraph.com"
|
2018-12-11 11:19:12 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2018-12-14 10:10:15 -05:00
|
|
|
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"
|
2020-10-08 09:15:40 -04:00
|
|
|
dbus = "0.8.4"
|
|
|
|
pwhash = "0.3.1"
|
2021-12-14 06:04:02 -05:00
|
|
|
tempfile = "3"
|