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.lock | |
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 '')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1597,6 +1597,7 @@ dependencies = [ "futures", "grass", "hex", + "httparse", "libflate", "log", "maud", |