Files
LACT/cli/Cargo.toml
T
2020-10-17 07:38:28 +03:00

11 lines
276 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"