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