From 27eec3f434e9551575596520cf31fda63da74829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Wed, 4 Jul 2018 23:10:36 +0200 Subject: [PATCH] added some new dependencies --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e701f71..a80a49f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ actix = "*" actix-web = { git = "https://github.com/actix/actix-web.git" } futures = "0.1" tar = "0.4" +bytes = "0.4" +percent-encoding = "1.0" +htmlescape = "0.3" [patch.crates-io] actix = { git = "https://github.com/actix/actix.git" }