]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_parse_format/Cargo.toml
Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper
[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_lexer = { path = "../rustc_lexer" }
8 rustc_data_structures = { path = "../rustc_data_structures" }