[package] name = "swarmctl" version.workspace = true readme = "README.md" edition.workspace = true [[bin]] name = "swarmctl" path = "src/main.rs" [dependencies] anyhow.workspace = true # `agent create` — bare HTTP/1.1 client over swarm-controller's unix # socket. No new workspace dependency: `bytes`, `http-body-util`, # `hyper` and `hyper-util` are all already pinned in the root manifest. bytes = "1" clap.workspace = true clap-markdown = "0.1" clap_complete.workspace = true hive-types.workspace = true http-body-util.workspace = true hyper.workspace = true hyper-util.workspace = true serde.workspace = true serde_json.workspace = true serde_norway = "0.9.42" tokio.workspace = true [lints] workspace = true