]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_target/Cargo.toml
Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514
[rust.git] / compiler / rustc_target / Cargo.toml
1 [package]
2 name = "rustc_target"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 bitflags = "1.2.1"
8 tracing = "0.1"
9 serde_json = "1.0.59"
10 rustc_abi = { path = "../rustc_abi" }
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_feature = { path = "../rustc_feature" }
13 rustc_index = { path = "../rustc_index" }
14 rustc_macros = { path = "../rustc_macros" }
15 rustc_serialize = { path = "../rustc_serialize" }
16 rustc_span = { path = "../rustc_span" }