1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

split websocket-chat example

This commit is contained in:
Nikolay Kim
2018-05-11 14:35:43 -07:00
parent 88194b9cd4
commit 16f7649b29
17 changed files with 1109 additions and 210 deletions

View File

@ -7,7 +7,7 @@ workspace = "../"
[dependencies]
env_logger = "0.5"
actix = "0.5"
actix-web = "^0.5"
actix-web = "^0.6"
futures = "0.1"
uuid = { version = "0.5", features = ["serde", "v4"] }