1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

update example

This commit is contained in:
Nikolay Kim
2018-01-28 01:04:58 -08:00
parent 7c7743c145
commit 55b2fb7f77
7 changed files with 68 additions and 44 deletions

View File

@ -15,6 +15,6 @@ path = "src/client.rs"
env_logger = "*"
futures = "0.1"
tokio-core = "0.1"
#actix = "^0.4.2"
#actix = "^0.4.6"
actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path="../../" }