This commit is contained in:
Jonas Rabenstein 2026-02-27 05:46:12 +01:00
commit a03c1891c8
2 changed files with 121 additions and 0 deletions

12
macros/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "spond-macros"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.44"
syn = { version = "2.0.117", features = ["extra-traits", "full"] }