initial
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user