]> git.lizzy.rs Git - rust.git/blob - src/libfmt_macros/Cargo.toml
Rollup merge of #67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶s̶dataflow, r=ecstatic...
[rust.git] / src / libfmt_macros / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "fmt_macros"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "fmt_macros"
9 path = "lib.rs"
10
11 [dependencies]
12 rustc_span = { path = "../librustc_span" }
13 rustc_lexer = { path = "../librustc_lexer" }