]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_errors/Cargo.toml
Do not base path to append extension
[rust.git] / src / librustc_errors / Cargo.toml
index 0d0989677c58589baadc231051cf9f494ec58e6e..01ea80659d6b9d021095e82faa5b6de594bb2fff 100644 (file)
@@ -19,3 +19,6 @@ atty = "0.2"
 termcolor = "1.0"
 annotate-snippets = "0.6.1"
 term_size = "0.3.1"
+
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase"] }