]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
[rust.git] / src / bootstrap / Cargo.toml
index 0e54837610a4b363d6f7452998801e8cc19b3fcd..ed5c59a259522f783cc5789979e3a2af02d996ed 100644 (file)
@@ -37,6 +37,7 @@ test = false
 [dependencies]
 cmake = "0.1.38"
 filetime = "0.2"
+num_cpus = "1.0"
 getopts = "0.2.19"
 cc = "1.0.69"
 libc = "0.2"
@@ -50,6 +51,7 @@ ignore = "0.4.10"
 opener = "0.5"
 once_cell = "1.7.2"
 xz2 = "0.1"
+walkdir = "2"
 
 # Dependencies needed by the build-metrics feature
 sysinfo = { version = "0.24.1", optional = true }