1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00

Merge pull request #110 from messense/feature/tools-actix

Use actix from crates.io in tools/wsload
This commit is contained in:
Nikolay Kim 2018-03-07 06:10:18 -08:00 committed by GitHub
commit 178f5a104e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,5 @@ rand = "0.4"
time = "*"
num_cpus = "1"
tokio-core = "0.1"
actix = { git = "https://github.com/actix/actix.git" }
actix = "0.5"
actix-web = { path="../../" }