]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_llvm/Cargo.toml
Fix weird implicit dependency between rustllvm and rustc_codegen_llvm
[rust.git] / src / librustc_llvm / Cargo.toml
index 013badb71cc5ab8d1bfe7a965a639e56e3b906f1..4fc02e348f64637a61aeff09833cd5a561fa9fef 100644 (file)
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
 name = "rustc_llvm"
 version = "0.0.0"
 build = "build.rs"
+edition = "2018"
 
 [lib]
 name = "rustc_llvm"
@@ -12,6 +13,9 @@ path = "lib.rs"
 static-libstdcpp = []
 emscripten = []
 
+[dependencies]
+libc = "0.2"
+
 [build-dependencies]
 build_helper = { path = "../build_helper" }
 cc = "1.0.1"