wow it works

This commit is contained in:
nora 2022-09-11 22:21:29 +02:00
parent d43f4577e6
commit 86441cf10b
3 changed files with 109 additions and 11 deletions

View file

@ -9,5 +9,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.43"
quote = "1.0.21"
syn = "1.0.99"
syn = { version = "1.0.99", features = ["full"] }