chore: move chat cli to bin folder

This commit is contained in:
kaichaosun 2026-04-16 08:54:13 +08:00
parent f6e647ad4e
commit f721fcafd4
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF
7 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ members = [
"core/storage",
"crates/client",
"crates/client-ffi",
"chat-cli",
"bin/chat-cli",
]
[workspace.dependencies]

View File

@ -8,7 +8,7 @@ name = "chat-cli"
path = "src/main.rs"
[dependencies]
libchat = { path = "../core/conversations" }
libchat = { path = "../../core/conversations" }
ratatui = "0.29"
crossterm = "0.29"
anyhow = "1.0"