1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-01 07:51:52 +02: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

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="../../" }