1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

added support for websocket testing

This commit is contained in:
Nikolay Kim
2018-01-30 15:13:33 -08:00
parent 76f9542df7
commit 577f91206c
6 changed files with 134 additions and 10 deletions

View File

@ -78,7 +78,8 @@ tokio-openssl = { version="0.2", optional = true }
[dependencies.actix]
#version = "^0.4.6"
git = "https://github.com/actix/actix.git"
#git = "https://github.com/actix/actix.git"
path = "../actix"
[dev-dependencies]
env_logger = "0.5"