]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_parse_format/Cargo.toml
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
[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" }