aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-03-31 00:21:11 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-03-31 00:21:11 +0000
commitd37bdd0fcdf2e5e4b29e564cd3461ba22851028a (patch)
tree252c028309e9d0439e4a2b1b0ee7656107d2bb01 /Cargo.toml
parentAdd CHANGELOG for fixed random route leakage (diff)
downloadminiserve-d37bdd0fcdf2e5e4b29e564cd3461ba22851028a.tar.gz
miniserve-d37bdd0fcdf2e5e4b29e564cd3461ba22851028a.zip
Patch zip to ensure it builds on mips
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 101d0bd..ad84143 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,6 +56,9 @@ rustls-pemfile = { version = "0.3", optional = true }
socket2 = "0.4"
get_if_addrs = "0.5"
+[patch.crates-io]
+zip = { git="https://github.com/zip-rs/zip", branch="master" }
+
[features]
default = ["tls"]
# This feature allows us to use rustls only on architectures supported by ring.