rust/compiler/rustc_parse_format/Cargo.toml

10 lines
213 B
TOML
Raw Normal View History

2020-08-28 05:58:48 +02:00
[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" }