]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ty_utils/Cargo.toml
New upstream version 1.64.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]
7tracing = "0.1"
8rustc_middle = { path = "../rustc_middle" }
9rustc_data_structures = { path = "../rustc_data_structures" }
10rustc_errors = { path = "../rustc_errors" }
11rustc_hir = { path = "../rustc_hir" }
12rustc_infer = { path = "../rustc_infer" }
13rustc_span = { path = "../rustc_span" }
14rustc_session = { path = "../rustc_session" }
15rustc_target = { path = "../rustc_target" }
16rustc_trait_selection = { path = "../rustc_trait_selection" }
923072b8 17rustc_type_ir = { path = "../rustc_type_ir" }
064997fb 18rustc_index = { path = "../rustc_index" }