aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDean Li <deantvv@gmail.com>2021-02-22 06:11:18 +0000
committerDean Li <deantvv@gmail.com>2021-02-27 15:44:16 +0000
commit956ce204b4bda191c441fe5c4d385baa92c82b3e (patch)
tree8a77dee3301dca6e7a65a136b8d6e0b11034167f /Cargo.toml
parentAdd test for custom header (diff)
downloadminiserve-956ce204b4bda191c441fe5c4d385baa92c82b3e.tar.gz
miniserve-956ce204b4bda191c441fe5c4d385baa92c82b3e.zip
Multiple headers support for custom headers
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc4d5fc..4d7201a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,6 +46,8 @@ actix-multipart = "0.3.0"
actix-web-httpauth = "0.5.0"
mime = "0.3"
httparse = "1"
+http = "0.2.3"
+bytes = "1"
[dev-dependencies]
assert_cmd = "1.0"