Files
claude-code/rust/crates/commands/Cargo.toml
2026-04-01 03:55:00 +00:00

13 lines
204 B
TOML

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