added some new dependencies

This commit is contained in:
Дамјан Георгиевски 2018-07-04 23:10:36 +02:00
parent 7845a4e3d7
commit 27eec3f434

View file

@ -10,6 +10,9 @@ actix = "*"
actix-web = { git = "https://github.com/actix/actix-web.git" } actix-web = { git = "https://github.com/actix/actix-web.git" }
futures = "0.1" futures = "0.1"
tar = "0.4" tar = "0.4"
bytes = "0.4"
percent-encoding = "1.0"
htmlescape = "0.3"
[patch.crates-io] [patch.crates-io]
actix = { git = "https://github.com/actix/actix.git" } actix = { git = "https://github.com/actix/actix.git" }