]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_target/Cargo.toml
Rollup merge of #101861 - wesleywiser:update_stdarch, r=Amanieu
[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_data_structures = { path = "../rustc_data_structures" }
11 rustc_macros = { path = "../rustc_macros" }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_span = { path = "../rustc_span" }
14 rustc_index = { path = "../rustc_index" }