]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Rollup merge of #68279 - GuillaumeGomez:clean-up-e0198, r=Dylan-DPC
[rust.git] / src / bootstrap / Cargo.toml
index 7be16cf3f171fa48534f61df9ca74de1962f05b2..c09f58cc591a69365e2004e8cfe0c298b3b52229 100644 (file)
@@ -47,6 +47,11 @@ serde_json = "1.0.2"
 toml = "0.5"
 lazy_static = "1.3.0"
 time = "0.1"
+ignore = "0.4.10"
+
+[target.'cfg(windows)'.dependencies.winapi]
+version = "0.3"
+features = ["fileapi", "ioapiset", "jobapi2", "handleapi", "winioctl"]
 
 [dev-dependencies]
 pretty_assertions = "0.5"