[package] name = "bxnet-ops" description = "Guildhouse governed operations CLI — reference org-ops implementation" version.workspace = true edition.workspace = true [[bin]] name = "bxnet-ops" path = "src/main.rs" [dependencies] org-ops-core = { path = "../org-ops-core" } anyhow = "1"