Move everything to ignore instead of jwalk

This commit is contained in:
andy.boot
2020-03-22 17:49:43 +00:00
parent f096e82754
commit 1953e107c2
6 changed files with 305 additions and 381 deletions
+3 -1
View File
@@ -23,11 +23,13 @@ path = "src/main.rs"
[dependencies]
ansi_term = "=0.12"
clap = "=2.33"
jwalk = "0.4.0"
lscolors = "0.6.0"
num_cpus = "1.12"
terminal_size = "0.1.10"
unicode-width = "0.1.7"
ignore="0.4.12"
crossbeam-channel = "0.4.2"
walkdir="2.3"
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1"