summary refs log tree commit diff
path: root/src/librustc_target/Cargo.toml
blob: d2b50f44e43d9170f7dd097fc96b683db70b71b6 (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"
tracing = "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" }