mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-06-07 02:12:29 +08:00
14 lines
235 B
TOML
14 lines
235 B
TOML
|
|
[package]
|
||
|
|
name = "plugins"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
publish.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde = { version = "1", features = ["derive"] }
|
||
|
|
serde_json = "1"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|