]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_parse_format/Cargo.toml
Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank
[rust.git] / compiler / rustc_parse_format / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_parse_format"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 rustc_span = { path = "../rustc_span" }
9 rustc_lexer = { path = "../rustc_lexer" }