summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 19:08:26 +0100
committersharkdp <davidpeter@web.de>2018-11-04 19:08:26 +0100
commit37adb1466ff62d8a2feda835789adc673e6df1ac (patch)
tree7a19e184a31835bdbcc7aee64e1d1038d717508b /Cargo.toml
parent1e22f01eb88264ae9167d07ab8f9269f01398c85 (diff)
Reduce number of syscalls
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 49a349c..4387d52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ version = "0.3.1"
num_cpus = "1.0"
humansize = "1.1"
rayon = "1.0"
+crossbeam-channel = "0.3.0"
[dependencies.clap]
version = "2"