]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_build/Cargo.toml
New upstream version 1.66.0+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"
11rustc_middle = { path = "../rustc_middle" }
12rustc_apfloat = { path = "../rustc_apfloat" }
13rustc_attr = { path = "../rustc_attr" }
14rustc_data_structures = { path = "../rustc_data_structures" }
15rustc_index = { path = "../rustc_index" }
16rustc_errors = { path = "../rustc_errors" }
17rustc_hir = { path = "../rustc_hir" }
18rustc_infer = { path = "../rustc_infer" }
19rustc_serialize = { path = "../rustc_serialize" }
20rustc_session = { path = "../rustc_session" }
21rustc_span = { path = "../rustc_span" }
22rustc_target = { path = "../rustc_target" }
23rustc_trait_selection = { path = "../rustc_trait_selection" }
24rustc_ast = { path = "../rustc_ast" }
064997fb 25smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }