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

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