mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 07:41:52 +08:00
- api: tool_use parsing, message_delta, request_id tracking, retry logic - tools: extended tool suite (WebSearch, WebFetch, Agent, etc.) - cli: live streamed conversations, session restore, compact commands - runtime: config loading, system prompt builder, token usage, compaction
37 lines
506 B
TOML
37 lines
506 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "commands"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compat-harness"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"commands",
|
|
"runtime",
|
|
"tools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "runtime"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "rusty-claude-cli"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"commands",
|
|
"compat-harness",
|
|
"runtime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tools"
|
|
version = "0.1.0"
|