Refactor websocket
This commit is contained in:
parent
ebac452a86
commit
f3d367e479
22 changed files with 924 additions and 773 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue