]> 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 3ab00a6e147fc5b5342ab97b87aa730fff6a9cb8..c09f58cc591a69365e2004e8cfe0c298b3b52229 100644 (file)
@@ -49,5 +49,9 @@ 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"