about summary refs log tree commit diff
path: root/compiler/rustc_parse_format/Cargo.toml
blob: aa1714e820f4862a035ce10a11946245267d060c (plain)
1
2
3
4
5
6
7
8
[package]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2021"

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