]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_const_eval/Cargo.toml
:arrow_up: rust-analyzer
[rust.git] / compiler / rustc_const_eval / Cargo.toml
1 [package]
2 name = "rustc_const_eval"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 tracing = "0.1"
10 rustc_apfloat = { path = "../rustc_apfloat" }
11 rustc_ast = { path = "../rustc_ast" }
12 rustc_attr = { path = "../rustc_attr" }
13 rustc_data_structures = { path = "../rustc_data_structures" }
14 rustc_errors = { path = "../rustc_errors" }
15 rustc_hir = { path = "../rustc_hir" }
16 rustc_index = { path = "../rustc_index" }
17 rustc_infer = { path = "../rustc_infer" }
18 rustc_macros = { path = "../rustc_macros" }
19 rustc_middle = { path = "../rustc_middle" }
20 rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }
21 rustc_query_system = { path = "../rustc_query_system" }
22 rustc_session = { path = "../rustc_session" }
23 rustc_target = { path = "../rustc_target" }
24 rustc_trait_selection = { path = "../rustc_trait_selection" }
25 rustc_span = { path = "../rustc_span" }
26 rustc_type_ir = { path = "../rustc_type_ir" }