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