]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_build/Cargo.toml
New upstream version 1.57.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]
7doctest = false
8
9[dependencies]
10rustc_arena = { path = "../rustc_arena" }
11tracing = "0.1"
12rustc_middle = { path = "../rustc_middle" }
13rustc_apfloat = { path = "../rustc_apfloat" }
14rustc_attr = { path = "../rustc_attr" }
15rustc_data_structures = { path = "../rustc_data_structures" }
16rustc_index = { path = "../rustc_index" }
17rustc_errors = { path = "../rustc_errors" }
18rustc_hir = { path = "../rustc_hir" }
19rustc_infer = { path = "../rustc_infer" }
20rustc_serialize = { path = "../rustc_serialize" }
21rustc_session = { path = "../rustc_session" }
22rustc_span = { path = "../rustc_span" }
23rustc_target = { path = "../rustc_target" }
24rustc_trait_selection = { path = "../rustc_trait_selection" }
25rustc_ast = { path = "../rustc_ast" }
6a06907d 26smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }