mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-04 02:18:47 +03:00
- Fix unresolved imports (auto_compaction, AutoCompactionEvent) - Add Thinking/RedactedThinking match arms - Fix workspace.dependencies serde_json - Fix enum exhaustiveness in OutputContentBlock matches - cargo check --workspace passes
15 lines
266 B
TOML
15 lines
266 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.workspace = true
|