summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-03-31 03:28:07 +0200
committerrabite <rabite@posteo.de>2019-03-31 03:28:07 +0200
commited32c83aca9acf40b09c5fb4e7a24cbc2d76d7c9 (patch)
tree1f7105b67257fcc41ba348ce01e662540e3c672f /Cargo.toml
parented6abefc3c4876bc1ea7dade58909fc161706b60 (diff)
finally fixed memory leak
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 ff594f2..0c02c56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ x11-clipboard = "*"
alphanumeric-sort = "1.0.6"
lscolors = { version = "0.5.0", features = [ "ansi_term" ] }
mime-detective = "*"
+tree_magic = "0.2.1"
rayon = "1.0.3"
dirs-2 = "1.1.0"
users = "0.8"