rust/src/librustc_target/Cargo.toml

17 lines
377 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustc_target"
version = "0.0.0"
2019-02-08 06:00:07 -06:00
edition = "2018"
[lib]
name = "rustc_target"
path = "lib.rs"
[dependencies]
bitflags = "1.0"
log = "0.4"
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_serialize = { path = "../libserialize", package = "serialize" }
2019-05-22 21:22:43 -05:00
syntax_pos = { path = "../libsyntax_pos" }