aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormarawan ragab <marawan31@gmail.com>2020-05-03 23:26:21 +0000
committermarawan ragab <marawan31@gmail.com>2020-05-03 23:26:21 +0000
commitdd1684f1aa4066805001b4b02eb7619ad1b6fe7d (patch)
treebadba336f35063f8f89d09d846183bc1a1e24e92 /Cargo.toml
parentMerge pull request #296 from svenstaro/dependabot/cargo/simplelog-0.7.6 (diff)
downloadminiserve-dd1684f1aa4066805001b4b02eb7619ad1b6fe7d.tar.gz
miniserve-dd1684f1aa4066805001b4b02eb7619ad1b6fe7d.zip
Add zip download functionality for windows users
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index db9836b..4e3bb2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,6 +46,7 @@ strum = "0.18.0"
strum_macros = "0.18.0"
sha2 = "0.8.1"
hex = "0.4.2"
+zip = "0.5.5"
[dev-dependencies]
assert_cmd = "1.0"