]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_const_eval/Cargo.toml
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / compiler / rustc_const_eval / Cargo.toml
CommitLineData
1b1a35ee 1[package]
c295e0f8 2name = "rustc_const_eval"
1b1a35ee 3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee 5
1b1a35ee 6[dependencies]
ed00b5ec 7# tidy-alphabetical-start
487cf647 8either = "1"
add651ee 9rustc_apfloat = "0.2.0"
c295e0f8 10rustc_ast = { path = "../rustc_ast" }
1b1a35ee
XL
11rustc_attr = { path = "../rustc_attr" }
12rustc_data_structures = { path = "../rustc_data_structures" }
13rustc_errors = { path = "../rustc_errors" }
49aad941 14rustc_fluent_macro = { path = "../rustc_fluent_macro" }
ed00b5ec 15rustc_hir = { path = "../rustc_hir" }
1b1a35ee
XL
16rustc_index = { path = "../rustc_index" }
17rustc_infer = { path = "../rustc_infer" }
1b1a35ee 18rustc_macros = { path = "../rustc_macros" }
c295e0f8
XL
19rustc_middle = { path = "../rustc_middle" }
20rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
1b1a35ee 21rustc_session = { path = "../rustc_session" }
ed00b5ec 22rustc_span = { path = "../rustc_span" }
1b1a35ee
XL
23rustc_target = { path = "../rustc_target" }
24rustc_trait_selection = { path = "../rustc_trait_selection" }
923072b8 25rustc_type_ir = { path = "../rustc_type_ir" }
ed00b5ec
FG
26tracing = "0.1"
27# tidy-alphabetical-end