]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_target/Cargo.toml
Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa
[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 rustc_data_structures = { path = "../rustc_data_structures" }
10 rustc_macros = { path = "../rustc_macros" }
11 rustc_serialize = { path = "../rustc_serialize" }
12 rustc_span = { path = "../rustc_span" }
13 rustc_index = { path = "../rustc_index" }