mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +00:00
chore: move chat cli to bin folder
This commit is contained in:
parent
f6e647ad4e
commit
f721fcafd4
@ -10,7 +10,7 @@ members = [
|
||||
"core/storage",
|
||||
"crates/client",
|
||||
"crates/client-ffi",
|
||||
"chat-cli",
|
||||
"bin/chat-cli",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user