summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 19:08:26 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-04 21:33:14 +0100
commitb0cd527c62bd1b7139f685aa2d17293040fd7566 (patch)
tree7a19e184a31835bdbcc7aee64e1d1038d717508b /Cargo.toml
parent9c4c63f7571b61fdf77d878b434d4cf69e5095e7 (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"