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>
13 lines
289 B
TOML
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"
|