summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-01-30 15:26:24 +0100
committerrabite <rabite@posteo.de>2019-01-30 15:26:24 +0100
commit60468a4c660288b663506a404c922b2506fc6542 (patch)
tree24ed29962e3ca98e5430095f8a050c16978fd3fa /Cargo.toml
parentb96895a2f28e1e9fead9228617cdc02fdd1f3c31 (diff)
previewing text files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 610b9c9..9e35f7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,5 @@ unicode-width = "0.1.5"
lazy_static = "*"
x11-clipboard = "*"
alphanumeric-sort = "1.0.6"
-lscolors = { version = "0.5.0", features = [ "ansi_term" ] } \ No newline at end of file
+lscolors = { version = "0.5.0", features = [ "ansi_term" ] }
+mime-detective = "*" \ No newline at end of file