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

depend on repo

This commit is contained in:
Nikolay Kim
2019-02-03 11:16:24 -08:00
parent 429ad453d3
commit 5b8446105f
3 changed files with 4 additions and 8 deletions

View File

@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
#actix-service = "0.2.0"
actix-service = { path="../actix-service" }
actix-service = { git = "https://github.com/actix/actix-net.git" }
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1"