]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_parse_format/Cargo.toml
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[rust.git] / compiler / rustc_parse_format / Cargo.toml
1 [package]
2 name = "rustc_parse_format"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 rustc_span = { path = "../rustc_span" }
8 rustc_lexer = { path = "../rustc_lexer" }