Files
LACT/cli/Cargo.toml
Ilya Zlobintsev e52101a6a2 CLI cleanup
2020-11-23 13:32:20 +02:00

14 lines
321 B
TOML

[package]
name = "cli"
version = "0.1.0"
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
daemon = { path = "../daemon" }
structopt = "0.3"
log = "0.4"
env_logger = "0.8"
colored = "2"