[package] name = "hound" description = "Hound CLI client for the houndd daemon" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [[bin]] name = "hound" path = "src/main.rs" [dependencies] hound-api = { path = "../hound-api" } hound-supply.workspace = true anyhow.workspace = true serde_json.workspace = true clap.workspace = true colored.workspace = true