Refactor websocket

This commit is contained in:
Tobias Reisinger 2026-09-02 00:25:56 +02:00
commit f3d367e479
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
22 changed files with 924 additions and 773 deletions

View file

@ -9,7 +9,7 @@ emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git" }
actix = "0.13"
actix-web = "4.4"
actix-web-actors = "4.2"
actix-ws = "0.3"
actix-cors = "0.7"
utoipa = "5.3"
@ -26,4 +26,5 @@ serde_derive = "1.0"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
futures = "0.3"
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }
tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread"] }
rand = "0.9.2"