This commit is contained in:
nora 2022-09-11 21:47:43 +02:00
parent 83331e5326
commit ce5aa95a09
4 changed files with 199 additions and 6 deletions

13
mono-fmt-macro/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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"