mono-fmt/mono-fmt-macro/Cargo.toml
2022-09-11 21:47:43 +02:00

13 lines
240 B
TOML

[package]
name = "mono-fmt-macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.21"
syn = "1.0.99"