1
0
mirror of https://github.com/actix/examples synced 2025-09-02 11:56:38 +02:00

migrate websocket-chat example

This commit is contained in:
Nikolay Kim
2019-12-15 22:55:54 +06:00
parent 5ffbaacdce
commit e166c66f0b
5 changed files with 42 additions and 25 deletions

View File

@@ -37,10 +37,7 @@ members = [
"unix-socket",
# "web-cors/backend",
# "websocket",
# "websocket-chat",
"websocket-chat",
# "websocket-chat-broker",
# "websocket-tcp-chat",
]
[patch.crates-io]
actix-http = { git = "https://github.com/actix/actix-web.git" }