summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-30 20:43:54 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-30 20:44:17 -0800
commit5c16f42d2cc396e1ae6b3d5bc540c934577e37be (patch)
treec809b99e3041a04e92b6b2ea4489aac29eca401b /Cargo.toml
parentad67745939a4a91fe48cc451cf03d2d95b63a212 (diff)
Change mime-detective source repository
mime-detective currently doesn't work on Arch Linux because the 'magic' file location that mime-detective expects is different on Arch Linux. There's currently a PR open for this change at csharad/mime-detective#2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87c1c13..cc40032 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ fs_extra = "1.1.0"
lazy_static = "1.2.0"
libc = "0.2.46"
mime = "0.3.13"
-mime-detective = "0.2.1"
+mime-detective = { git = "https://github.com/cjbassi/mime-detective", branch = "arch-linux" }
open = "1.2.2"
serde = "1.0.84"
serde_derive = "1.0.84"