feat: get data for disconnects, abstracted tournaments

This commit is contained in:
2025-12-08 22:52:10 -05:00
Unverified
parent f1cfe7e344
commit 8444bb70f4
5 changed files with 267 additions and 179 deletions

View File

@@ -7,7 +7,8 @@ edition = "2021"
tokio = { version = "1.48", features = ["full"] }
tokio-tungstenite = "0.28"
futures-util = "0.3.31"
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
tracing = "0.1.43"
tracing-subscriber = "0.3.22"
anyhow = "1.0.100"
rand = "0.9.2"
rand = "0.9.2"
async-trait = "0.1.89"