]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ty_utils/Cargo.toml
Auto merge of #86761 - Alexhuszagh:master, r=estebank
[rust.git] / compiler / rustc_ty_utils / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ty_utils"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 tracing = "0.1"
9 rustc_middle = { path = "../rustc_middle" }
10 rustc_data_structures = { path = "../rustc_data_structures" }
11 rustc_errors = { path = "../rustc_errors" }
12 rustc_hir = { path = "../rustc_hir" }
13 rustc_infer = { path = "../rustc_infer" }
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" }