]> git.lizzy.rs Git - rust.git/blob - src/libfmt_macros/Cargo.toml
Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov
[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
6 [lib]
7 name = "fmt_macros"
8 path = "lib.rs"
9 crate-type = ["dylib"]