aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc264ca..e1ff588 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,3 +62,8 @@ url = "2"
[build-dependencies]
grass = "0.10"
+
+# This needs to stay here at least until https://github.com/abonander/mime_guess/pull/66 is merged.
+# Also see https://github.com/svenstaro/miniserve/issues/160
+[patch.crates-io]
+mime_guess = { git = "https://github.com/svenstaro/mime_guess.git" }