citadel-tools/citadel-mkimage/Cargo.toml

14 lines
296 B
TOML
Raw Normal View History

2018-12-11 11:19:12 -05:00
[package]
name = "citadel-mkimage"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "https://github.com/subgraph/citadel"
[dependencies]
libcitadel = { path = "../libcitadel" }
2018-12-11 11:19:12 -05:00
clap = "2.32.0"
failure = "0.1.3"
serde_derive = "1.0.82"
serde = "1.0.82"
toml = "0.4.10"