about summary refs log tree commit diff
path: root/src/librustc_target/Cargo.toml
blob: 21796e8498568436fa5bab7129cfdfd547c8f146 (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"
edition = "2018"

[lib]
name = "rustc_target"
path = "lib.rs"

[dependencies]
bitflags = "1.2.1"
log = { package = "tracing", version = "0.1" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_macros = { path = "../librustc_macros" }
rustc_serialize = { path = "../librustc_serialize" }
rustc_span = { path = "../librustc_span" }
rustc_index = { path = "../librustc_index" }