blob: 85e861b405a9f8620b9480902e0208ce33666abd [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_back"
version = "0.0.0"
[lib]
name = "rustc_back"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
syntax = { path = "../libsyntax" }
serialize = { path = "../libserialize" }
log = { path = "../liblog" }
[features]
jemalloc = []