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

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