Initialize

This commit is contained in:
2024-09-14 16:33:56 +08:00
commit 3fc4e60c94
6 changed files with 784 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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 = "0.28.1"
ratatui = { version = "0.28.1", features = ["all-widgets"] }
tokio = { version = "1.40.0", features = ["full"] }