mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 21:19:44 +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",
|
"core/storage",
|
||||||
"crates/client",
|
"crates/client",
|
||||||
"crates/client-ffi",
|
"crates/client-ffi",
|
||||||
"chat-cli",
|
"bin/chat-cli",
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
|||||||
@ -8,7 +8,7 @@ name = "chat-cli"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libchat = { path = "../core/conversations" }
|
libchat = { path = "../../core/conversations" }
|
||||||
ratatui = "0.29"
|
ratatui = "0.29"
|
||||||
crossterm = "0.29"
|
crossterm = "0.29"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
Loading…
x
Reference in New Issue
Block a user