Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-09 02:22:35 +03:00
parent e980f7a46e
commit 7b7b7cb866
3 changed files with 2294 additions and 2 deletions

View File

@@ -4,3 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.42"
crossterm = "0.29.0"
reqwest = { version = "0.12.23", features = ["json", "blocking", "rustls-tls"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
tokio = { version = "1.47.1", features = ["full"] }