mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-04 03:44:49 +08:00
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
15 lines
255 B
TOML
15 lines
255 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" }
|
|
serde_json = "1"
|