podcasts/hammond-cli/Cargo.toml
2017-10-05 00:22:05 +03:00

16 lines
337 B
TOML

[package]
name = "hammond-cli"
version = "0.1.0"
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
[dependencies]
log = "0.3.8"
loggerv = "0.3.0"
structopt = "0.1.0"
structopt-derive = "0.1.0"
error-chain = "0.11.0"
hammond-data = {path = "../hammond-data"}
other = {path = "../other"}
[dev-dependencies]
assert_cli = "0.5"