aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-02-27 16:04:48 +0000
committerGitHub <noreply@github.com>2021-02-27 16:04:48 +0000
commit0366bb0cf3a64ce9675402b973d5f978b05fa882 (patch)
tree8a77dee3301dca6e7a65a136b8d6e0b11034167f /Cargo.toml
parentAdd CHANGELOG entries for recent changes (diff)
parentMultiple headers support for custom headers (diff)
downloadminiserve-0366bb0cf3a64ce9675402b973d5f978b05fa882.tar.gz
miniserve-0366bb0cf3a64ce9675402b973d5f978b05fa882.zip
Merge pull request #452 from deantvv/custom-header
Allow set custom headers from CLI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0af4f3..4d7201a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,9 @@ actix-files = "0.5"
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"