blob: c2317d91a6e95ba19fd0f00733b3a3cf6731509f (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2018"
[dependencies]
rustc_span = { path = "../rustc_span" }
rustc_lexer = { path = "../rustc_lexer" }
|