Files
claw-code/rust/Cargo.lock
Yeachan-Heo 450556559a feat: merge 2nd round from all rcc/* sessions
- 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
2026-03-31 17:43:25 +00:00

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"