]> git.lizzy.rs Git - rust.git/blob - src/librustc_back/Cargo.toml
Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brson
[rust.git] / src / librustc_back / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_back"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_back"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 syntax = { path = "../libsyntax" }
13 serialize = { path = "../libserialize" }
14 rustc_llvm = { path = "../librustc_llvm" }
15 rustc_front = { path = "../librustc_front" }
16 log = { path = "../liblog" }
17
18 [features]
19 jemalloc = []