diff options
author | Dean Li <deantvv@gmail.com> | 2021-02-21 08:55:17 +0000 |
---|---|---|
committer | Dean Li <deantvv@gmail.com> | 2021-02-24 13:33:42 +0000 |
commit | f1c8a55b7a7ae533236564a195037128804445e6 (patch) | |
tree | 7c07f0eefb991934c29ebe23789cb4d8a62fc396 /Cargo.toml | |
parent | Add CHANGELOG entries for recent changes (diff) | |
download | miniserve-f1c8a55b7a7ae533236564a195037128804445e6.tar.gz miniserve-f1c8a55b7a7ae533236564a195037128804445e6.zip |
Allow set custom headers from CLI
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |