Initial commit

This commit is contained in:
2026-04-14 03:44:59 +02:00
commit a6eb642c76
32 changed files with 589 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "demo_macro"
version = "0.1.0"
edition = "2024"
[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.45"
syn = "2.0.117"
[lib]
proc-macro = true