added some new dependencies
This commit is contained in:
parent
7845a4e3d7
commit
27eec3f434
1 changed files with 3 additions and 0 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue