aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDean Li <deantvv@gmail.com>2021-02-21 08:55:17 +0000
committerDean Li <deantvv@gmail.com>2021-02-24 13:33:42 +0000
commitf1c8a55b7a7ae533236564a195037128804445e6 (patch)
tree7c07f0eefb991934c29ebe23789cb4d8a62fc396 /Cargo.toml
parentAdd CHANGELOG entries for recent changes (diff)
downloadminiserve-f1c8a55b7a7ae533236564a195037128804445e6.tar.gz
miniserve-f1c8a55b7a7ae533236564a195037128804445e6.zip
Allow set custom headers from CLI
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0af4f3..537b215 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,7 @@ actix-files = "0.5"
actix-multipart = "0.3.0"
actix-web-httpauth = "0.5.0"
mime = "0.3"
+httparse = "1.3.5"
[dev-dependencies]
assert_cmd = "1.0"