blob: bb686e914a0486c098e6fea02d4541ecb6c24717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_target"
version = "0.0.0"
[lib]
name = "rustc_target"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
bitflags = "1.0"
log = "0.4"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
serialize = { path = "../libserialize" }
[features]
jemalloc = []
|