]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ty_utils/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_ty_utils / Cargo.toml
CommitLineData
1b1a35ee 1[package]
fc512014 2name = "rustc_ty_utils"
1b1a35ee 3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[dependencies]
2b03887a
FG
7rand = "0.8.4"
8rand_xoshiro = "0.6.0"
1b1a35ee
XL
9tracing = "0.1"
10rustc_middle = { path = "../rustc_middle" }
11rustc_data_structures = { path = "../rustc_data_structures" }
12rustc_errors = { path = "../rustc_errors" }
13rustc_hir = { path = "../rustc_hir" }
14rustc_infer = { path = "../rustc_infer" }
f2b60f7d 15rustc_macros = { path = "../rustc_macros" }
1b1a35ee
XL
16rustc_span = { path = "../rustc_span" }
17rustc_session = { path = "../rustc_session" }
18rustc_target = { path = "../rustc_target" }
19rustc_trait_selection = { path = "../rustc_trait_selection" }
923072b8 20rustc_type_ir = { path = "../rustc_type_ir" }
064997fb 21rustc_index = { path = "../rustc_index" }