]> git.lizzy.rs Git - rust.git/blob - src/librustc_back/Cargo.toml
Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichton
[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_front = { path = "../librustc_front" }
15 log = { path = "../liblog" }
16
17 [features]
18 jemalloc = []