[package]
name = "covert"
description = "Covert CLI"
license = "MIT OR Apache-2.0"
version = "0.1.3"
edition = "2021"
[dependencies]
covert-sdk = { path = "../covert-sdk", version = "0.1.3" }
covert-system = { path = "../covert-server", version = "0.1.3" }
clap = { version = "4.1", features = ["derive", "cargo", "env"] }
humantime = "2.1"
serde_json = "1.0"
serde = { version = "1", default-features = false }
tempfile = "3.3"
tokio = { version = "1", features = ["full"] }
toml = "0.7"
tracing = "0.1"
tracing-error = "0.1"
tracing-subscriber = "0.2"