2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
|
name = "rustc_parse_format"
|
|
|
|
|
version = "0.0.0"
|
2025-02-20 18:37:58 +00:00
|
|
|
edition = "2024"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-20 13:37:29 +11:00
|
|
|
# tidy-alphabetical-start
|
2025-07-08 10:16:44 +00:00
|
|
|
rustc-literal-escaper = "0.0.5"
|
2023-10-20 13:37:29 +11:00
|
|
|
rustc_lexer = { path = "../rustc_lexer" }
|
|
|
|
|
# tidy-alphabetical-end
|
2025-03-03 18:59:30 +11:00
|
|
|
|
2025-03-17 13:06:34 +01:00
|
|
|
[target.'cfg(target_pointer_width = "64")'.dev-dependencies]
|
|
|
|
|
# tidy-alphabetical-start
|
2025-03-03 18:59:30 +11:00
|
|
|
rustc_index = { path = "../rustc_index", default-features = false }
|
2025-03-17 13:06:34 +01:00
|
|
|
# tidy-alphabetical-end
|