bxnet-ops/org-ops-cli/Cargo.toml
Tyler J King 6912a46001 feat: bxnet-ops — BXNet governed shell
Fork of guildhouse/org-ops.
Binary: guildhouse-ops → bxnet-ops
DID: guildhouse.dev → bxnet.io
Upstream remote configured for sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 19:52:54 -04:00

13 lines
289 B
TOML

[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"