This commit is contained in:
2025-07-21 16:58:38 +02:00
commit 16be59d321
11 changed files with 1482 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "RSTTP"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.36", features = ["full"] }
lru = "0.12"
chrono = "0.4"
ratatui = "0.26.0"
crossterm = "0.27.0"
humantime = "2.1.0"