zap/cli/Cargo.toml

24 lines
574 B
TOML
Raw Normal View History

2020-12-29 06:12:45 +00:00
[package]
name = "zap-cli"
version = "0.2.0"
2020-12-29 06:12:45 +00:00
authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
edition = "2018"
description = "A simple configuration management and orchestration tool"
homepage = "https://github.com/rtyler/zap"
repository = "https://github.com/rtyler/zap"
license = "AGPL-3.0+"
keywords = ["sysadmin", "management"]
2020-12-29 06:12:45 +00:00
[[bin]]
name = "zap"
path = "src/main.rs"
2020-12-29 06:12:45 +00:00
[dependencies]
colored = "2"
2021-05-23 18:50:50 +00:00
gumdrop = "0"
log = "0"
pretty_env_logger = "0"
serde = { version = "1", features = ["derive", "rc"] }
serde_yaml = "0"
zap-model = { version = "0", path = "../model" }