]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ty_utils/Cargo.toml
:arrow_up: rust-analyzer
[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 rand = "0.8.4"
8 rand_xoshiro = "0.6.0"
9 tracing = "0.1"
10 rustc_middle = { path = "../rustc_middle" }
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_errors = { path = "../rustc_errors" }
13 rustc_hir = { path = "../rustc_hir" }
14 rustc_infer = { path = "../rustc_infer" }
15 rustc_macros = { path = "../rustc_macros" }
16 rustc_span = { path = "../rustc_span" }
17 rustc_session = { path = "../rustc_session" }
18 rustc_target = { path = "../rustc_target" }
19 rustc_trait_selection = { path = "../rustc_trait_selection" }
20 rustc_type_ir = { path = "../rustc_type_ir" }
21 rustc_index = { path = "../rustc_index" }