[package] name = "kez-cli" version = "0.1.0" edition.workspace = true # Binary is exposed as `kez` — short, the obvious name once installed. # Build/run from the workspace with `-p kez-cli` (package name unchanged). [[bin]] name = "kez" path = "src/main.rs" [dependencies] anyhow.workspace = true chrono.workspace = true clap.workspace = true dirs = "5" kez-channels = { path = "../kez-channels" } kez-core = { path = "../kez-core" } reqwest.workspace = true tokio.workspace = true