2021-01-19 20:40:16 +01:00
|
|
|
[package]
|
|
|
|
|
name = "rustc_query_impl"
|
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2021-01-19 20:40:16 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2025-09-02 19:09:13 +10:00
|
|
|
measureme = "12.0.1"
|
2021-01-19 20:40:16 +01:00
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2025-02-15 15:18:19 -05:00
|
|
|
rustc_hashes = { path = "../rustc_hashes" }
|
2021-01-19 20:40:16 +01:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2021-06-28 21:12:01 +02:00
|
|
|
rustc_index = { path = "../rustc_index" }
|
2021-01-19 20:40:16 +01:00
|
|
|
rustc_middle = { path = "../rustc_middle" }
|
|
|
|
|
rustc_query_system = { path = "../rustc_query_system" }
|
|
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
2021-06-28 21:12:01 +02:00
|
|
|
rustc_span = { path = "../rustc_span" }
|
2025-09-02 19:09:13 +10:00
|
|
|
tracing = "0.1"
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-end
|