blob: 646509569f3a5b6c536553106143227bebbf1f60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_parse_format"
path = "lib.rs"
[dependencies]
rustc_span = { path = "../librustc_span" }
rustc_lexer = { path = "../librustc_lexer" }
|