Add num_cpus as Cargo dependency

Will be used to detect single core computers which crash Jwalk
This commit is contained in:
andy.boot
2020-01-18 21:57:11 +00:00
parent f8b8b8a788
commit 350d695f7c
2 changed files with 42 additions and 39 deletions
+1
View File
@@ -24,6 +24,7 @@ path = "src/main.rs"
ansi_term = "=0.12"
clap = "=2.33"
jwalk = "0.4.0"
num_cpus = "1.12"
[dev-dependencies]
assert_cli = "=0.6"