]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/Cargo.toml
Remove the in-tree `flate` crate
[rust.git] / src / librustc_trans / Cargo.toml
index af477f5a15217bf7ca4c132a5dba9f77a9cb17d1..a36c561371187f148b39284e8e291a5b670adeaf 100644 (file)
@@ -10,8 +10,9 @@ crate-type = ["dylib"]
 test = false
 
 [dependencies]
-flate = { path = "../libflate" }
+flate2 = "0.2"
 log = "0.3"
+owning_ref = "0.3.3"
 rustc = { path = "../librustc" }
 rustc_back = { path = "../librustc_back" }
 rustc_bitflags = { path = "../librustc_bitflags" }
@@ -24,3 +25,6 @@ rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
 serialize = { path = "../libserialize" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
+
+[target."cfg(windows)".dependencies]
+gcc = "0.3.50"