13 lines
303 B
TOML
13 lines
303 B
TOML
[package]
|
|
name = "tui"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
protocol = { path = "../protocol" }
|
|
ratatui = "0.29"
|
|
crossterm = "0.28"
|
|
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time"] }
|
|
serde_json = "1.0"
|