This commit is contained in:
Ultradesu
2026-04-09 20:45:25 +01:00
parent f5c12157e9
commit 1890568ada
7 changed files with 1126 additions and 2 deletions
+4
View File
@@ -4,3 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
crossterm = "0.27"
rand = "0.8"
tokio = { version = "1.0", features = ["full"] }