mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +00:00
19 lines
319 B
TOML
19 lines
319 B
TOML
[package]
|
|
name = "chat-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "chat-cli"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
libchat = { path = "../core/conversations" }
|
|
ratatui = "0.29"
|
|
crossterm = "0.29"
|
|
anyhow = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
hex = "0.4"
|
|
arboard = "3"
|