]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #68226 - Aaron1011:fix/opaque-trace, r=matthewjasper
[rust.git] / src / librustc_driver / Cargo.toml
index 37449f9402eff6b2d8955f5afa16567248bdef10..b856e5da5a093262125cd339be50409ab79f436c 100644 (file)
@@ -32,5 +32,8 @@ rustc_serialize = { path = "../libserialize", package = "serialize" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"] }
+
 [features]
 llvm = ['rustc_interface/llvm']