summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-19 19:02:35 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-19 19:02:35 -0400
commit55ca6e73b25b976ba157895cbc486ab9e067a76c (patch)
tree6388d065cae7b66c460991c42b9e8d26ad2b7fd8 /Cargo.toml
parent5ddbb6a3469b86177e59680c111323f5ca7ecc29 (diff)
move back to tree_magic for mimetype parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 639c948..2b1d0c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,8 +12,7 @@ chrono = "0.4.6"
fs_extra = "1.1.0"
lazy_static = "1.3.0"
libc = "0.2.51"
-mime = "0.3.13"
-mime-detective = { git = "https://github.com/cjbassi/mime-detective", branch = "arch-linux" }
+tree_magic = "0.2.1"
notify = "4.0.10"
open = "1.2.2"
serde = "1.0.90"