]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_mir_build/Cargo.toml
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[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 5
1b1a35ee 6[dependencies]
ed00b5ec 7# tidy-alphabetical-start
487cf647 8either = "1"
c620b35d 9itertools = "0.12"
add651ee 10rustc_apfloat = "0.2.0"
ed00b5ec
FG
11rustc_arena = { path = "../rustc_arena" }
12rustc_ast = { path = "../rustc_ast" }
1b1a35ee 13rustc_data_structures = { path = "../rustc_data_structures" }
1b1a35ee 14rustc_errors = { path = "../rustc_errors" }
49aad941 15rustc_fluent_macro = { path = "../rustc_fluent_macro" }
1b1a35ee 16rustc_hir = { path = "../rustc_hir" }
ed00b5ec 17rustc_index = { path = "../rustc_index" }
1b1a35ee 18rustc_infer = { path = "../rustc_infer" }
31ef2f64 19rustc_lint = { path = "../rustc_lint" }
9c376795 20rustc_macros = { path = "../rustc_macros" }
ed00b5ec 21rustc_middle = { path = "../rustc_middle" }
4b012472 22rustc_pattern_analysis = { path = "../rustc_pattern_analysis" }
1b1a35ee
XL
23rustc_session = { path = "../rustc_session" }
24rustc_span = { path = "../rustc_span" }
25rustc_target = { path = "../rustc_target" }
26rustc_trait_selection = { path = "../rustc_trait_selection" }
064997fb 27smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
ed00b5ec
FG
28tracing = "0.1"
29# tidy-alphabetical-end