fix: optimistic programming and add anyhow

This commit is contained in:
2026-05-31 01:18:34 +02:00
parent 9493acf385
commit 14a16aa89f
3 changed files with 55 additions and 35 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
axum = { version = "0.8.9", features = ["ws"] }
futures = "0.3.32"
rand = "0.10.1"