]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/Cargo.toml
Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoerister
[rust.git] / compiler / rustc_session / Cargo.toml
index 6b1eaa4d399d9d291133d36e7de2d46c93464b22..a052f29334169ebd5d6478caf780b41fb8e4df0d 100644 (file)
@@ -17,3 +17,10 @@ rustc_span = { path = "../rustc_span" }
 rustc_fs_util = { path = "../rustc_fs_util" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_lint_defs = { path = "../rustc_lint_defs" }
+smallvec = "1.8.1"
+
+[target.'cfg(unix)'.dependencies]
+libc = "0.2"
+
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3", features = ["libloaderapi"] }