mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 19:11:51 +08:00
14 lines
238 B
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" }
|