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

[dependencies]
rustc_lexer = { path = "../rustc_lexer" }
rustc_data_structures = { path = "../rustc_data_structures" }