]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov
[rust.git] / src / librustc_interface / Cargo.toml
index 98f7def7e36cbabca54f6c4e698a6593ee8f7f81..1fe5248dbf4ceac9b33712b6cbacc2af81081689 100644 (file)
@@ -40,9 +40,13 @@ rustc_errors = { path = "../librustc_errors" }
 rustc_plugin_impl = { path = "../librustc_plugin_impl" }
 rustc_privacy = { path = "../librustc_privacy" }
 rustc_resolve = { path = "../librustc_resolve" }
+rustc_ty = { path = "../librustc_ty" }
 tempfile = "3.0.5"
 once_cell = "1"
 
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3", features = ["libloaderapi"] }
+
 [dev-dependencies]
 rustc_target = { path = "../librustc_target" }