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

14 lines
238 B
TOML

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