rust/src/libfmt_macros/Cargo.toml
2018-07-21 16:18:06 -07:00

9 lines
156 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "fmt_macros"
version = "0.0.0"
[lib]
name = "fmt_macros"
path = "lib.rs"
crate-type = ["dylib"]