claw-code/rust/crates/commands/Cargo.toml

16 lines
298 B
TOML

[package]
name = "commands"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[lints]
workspace = true
[dependencies]
agents = { path = "../agents" }
plugins = { path = "../plugins" }
runtime = { path = "../runtime" }
serde_json.workspace = true