summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-07 14:24:47 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-07 15:34:37 +0200
commitce96df00b6e77841f7c77fdc50e5b6e5b944e375 (patch)
tree382a70c4f44890092521535a2b9b2fb42c00566e /Cargo.toml
parentf98fc5f06afd76a8eeb914ef7c2caf384834eade (diff)
Do not display binary files in interactive mode
closes #248
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 1d44dcfb..2444a95a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ console = "0.6"
directories = "1.0"
lazy_static = "1.0"
wild = "2.0"
+content_inspector = "0.2.2"
[dependencies.git2]
version = "0.7"