]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_query_impl/Cargo.toml
Auto merge of #87019 - nikic:clang-12.0.1, r=Mark-Simulacrum
[rust.git] / compiler / rustc_query_impl / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_query_impl"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 measureme = "9.0.0"
12 rustc-rayon-core = "0.3.1"
13 tracing = "0.1"
14 rustc_data_structures = { path = "../rustc_data_structures" }
15 rustc_errors = { path = "../rustc_errors" }
16 rustc_hir = { path = "../rustc_hir" }
17 rustc_middle = { path = "../rustc_middle" }
18 rustc_query_system = { path = "../rustc_query_system" }
19 rustc_span = { path = "../rustc_span" }
20 rustc_serialize = { path = "../rustc_serialize" }