]> 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 1541845bb55f62f5a39a577e34e053967bee8d53..01ea80659d6b9d021095e82faa5b6de594bb2fff 100644 (file)
@@ -12,10 +12,13 @@ doctest = false
 [dependencies]
 log = "0.4"
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 unicode-width = "0.1.4"
 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"] }