summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_parse_format/Cargo.toml
blob: 707c4e318474ab569b1ed04eb62558edde3b9b38 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2021"

[dependencies]
# tidy-alphabetical-start
rustc_index = { path = "../rustc_index", default-features = false }
rustc_lexer = { path = "../rustc_lexer" }
# tidy-alphabetical-end