]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_const_eval/Cargo.toml
New upstream version 1.67.1+dfsg1
[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
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
1b1a35ee 9tracing = "0.1"
487cf647 10either = "1"
c295e0f8
XL
11rustc_apfloat = { path = "../rustc_apfloat" }
12rustc_ast = { path = "../rustc_ast" }
1b1a35ee
XL
13rustc_attr = { path = "../rustc_attr" }
14rustc_data_structures = { path = "../rustc_data_structures" }
15rustc_errors = { path = "../rustc_errors" }
16rustc_hir = { path = "../rustc_hir" }
17rustc_index = { path = "../rustc_index" }
18rustc_infer = { path = "../rustc_infer" }
1b1a35ee 19rustc_macros = { path = "../rustc_macros" }
c295e0f8
XL
20rustc_middle = { path = "../rustc_middle" }
21rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
22rustc_query_system = { path = "../rustc_query_system" }
1b1a35ee
XL
23rustc_session = { path = "../rustc_session" }
24rustc_target = { path = "../rustc_target" }
25rustc_trait_selection = { path = "../rustc_trait_selection" }
1b1a35ee 26rustc_span = { path = "../rustc_span" }
923072b8 27rustc_type_ir = { path = "../rustc_type_ir" }