This commit is contained in:
RainBus
2024-09-23 18:17:28 +08:00
parent 15e02e99e6
commit 83ff3fb6c4
11 changed files with 435 additions and 27 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.28.1"
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
ratatui = { version = "0.28.1", features = ["all-widgets"] }
tokio = { version = "1.40.0", features = ["full"] }