mirror of
https://git.sdf.org/epl692/tui-mqtt-chat.git
synced 2025-12-08 05:48:49 -05:00
Initial Commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "tui-mqtt-chat"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ratatui = { version = "0.27.0", features = ["crossterm"] }
|
||||
crossterm = { version = "0.27.0", features = ["event-stream"] }
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tokio-stream = "0.1.15"
|
||||
rand = "0.8.5"
|
||||
Reference in New Issue
Block a user