Files
tethers/Cargo.toml
RainBus 83ff3fb6c4 init
2024-09-23 18:17:28 +08:00

13 lines
372 B
TOML

[package]
name = "tethers"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"] }