citadel-tools/citadel-image/Cargo.toml

15 lines
311 B
TOML
Raw Normal View History

2018-12-11 11:19:12 -05:00
[package]
2018-12-31 18:27:17 -05:00
name = "citadel-image"
2018-12-11 11:19:12 -05:00
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
homepage = "https://github.com/subgraph/citadel"
edition = "2018"
2018-12-11 11:19:12 -05:00
[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"