summaryrefslogtreecommitdiffstats
path: root/src/main.rs
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 /src/main.rs
parent1e22f01eb88264ae9167d07ab8f9269f01398c85 (diff)
Reduce number of syscalls
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 20b1333..966c3b3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,6 +3,7 @@ extern crate clap;
extern crate humansize;
extern crate num_cpus;
extern crate rayon;
+extern crate crossbeam_channel;
mod walk;