elaeis4/quicktap-cli/Cargo.toml

13 lines
346 B
TOML
Raw Normal View History

2022-12-10 00:18:21 +00:00
[package]
2022-12-10 04:03:28 +00:00
name = "quicktap-cli"
2022-12-10 00:18:21 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quicktap = { path = "../quicktap", version = "0.1.0" }
clap = { version = "4.0.29", features = ["derive"]}
daemonize = "0.4.1"
log = "0.4.17"
simple_logger = "4.0.0"