diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-27 16:04:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 16:04:48 +0000 |
commit | 0366bb0cf3a64ce9675402b973d5f978b05fa882 (patch) | |
tree | 8a77dee3301dca6e7a65a136b8d6e0b11034167f /Cargo.toml | |
parent | Add CHANGELOG entries for recent changes (diff) | |
parent | Multiple headers support for custom headers (diff) | |
download | miniserve-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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |