blob: dfdd7f0ae58e5e0b810cdfc90ae1244c893d6b44 [file] [log] [blame]
[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" }
rustc_data_structures = { path = "../librustc_data_structures" }
serialize = { path = "../libserialize" }