feat: rebrand to Claw Code with ASCII art banner, claw binary, lobster prompt 🦞

This commit is contained in:
Yeachan-Heo
2026-04-01 01:44:55 +00:00
parent d018276fc1
commit b445a3320f
3 changed files with 46 additions and 29 deletions

View File

@@ -5,6 +5,10 @@ edition.workspace = true
license.workspace = true
publish.workspace = true
[[bin]]
name = "claw"
path = "src/main.rs"
[dependencies]
api = { path = "../api" }
commands = { path = "../commands" }