rust/src/librustc_back/Cargo.toml
Malo Jaffré 3f073c409a Try to fix a perf regression by updating log
Upgrade `log` to `0.4` in multiple crates.
2018-01-07 16:54:05 +01:00

18 lines
299 B
TOML

[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 = []