]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_build/Cargo.toml
New upstream version 1.71.1+dfsg1
[rustc.git] / compiler / rustc_mir_build / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_mir_build"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9rustc_arena = { path = "../rustc_arena" }
10tracing = "0.1"
487cf647 11either = "1"
1b1a35ee
XL
12rustc_middle = { path = "../rustc_middle" }
13rustc_apfloat = { path = "../rustc_apfloat" }
1b1a35ee
XL
14rustc_data_structures = { path = "../rustc_data_structures" }
15rustc_index = { path = "../rustc_index" }
16rustc_errors = { path = "../rustc_errors" }
49aad941 17rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1b1a35ee
XL
18rustc_hir = { path = "../rustc_hir" }
19rustc_infer = { path = "../rustc_infer" }
9c376795 20rustc_macros = { path = "../rustc_macros" }
1b1a35ee
XL
21rustc_serialize = { path = "../rustc_serialize" }
22rustc_session = { path = "../rustc_session" }
23rustc_span = { path = "../rustc_span" }
24rustc_target = { path = "../rustc_target" }
25rustc_trait_selection = { path = "../rustc_trait_selection" }
26rustc_ast = { path = "../rustc_ast" }
064997fb 27smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }