]> git.lizzy.rs Git - rust.git/blob - src/libfmt_macros/Cargo.toml
Auto merge of #64211 - oli-obk:miri, r=eddyb
[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 syntax_pos = { path = "../libsyntax_pos" }
13 rustc_lexer = { path = "../librustc_lexer" }