]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ty_utils/Cargo.toml
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / compiler / rustc_ty_utils / Cargo.toml
1 [package]
2 name = "rustc_ty_utils"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 tracing = "0.1"
8 rustc_middle = { path = "../rustc_middle" }
9 rustc_data_structures = { path = "../rustc_data_structures" }
10 rustc_errors = { path = "../rustc_errors" }
11 rustc_hir = { path = "../rustc_hir" }
12 rustc_infer = { path = "../rustc_infer" }
13 rustc_macros = { path = "../rustc_macros" }
14 rustc_span = { path = "../rustc_span" }
15 rustc_session = { path = "../rustc_session" }
16 rustc_target = { path = "../rustc_target" }
17 rustc_trait_selection = { path = "../rustc_trait_selection" }
18 rustc_type_ir = { path = "../rustc_type_ir" }
19 rustc_index = { path = "../rustc_index" }