blob: d864c5bc6105457bb5f5f576e65ffdfdf59a3d33 [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 = "0.4"
rand = "0.3"
[features]
jemalloc = []