initial commit

This commit is contained in:
Matthieu Bessat 2024-12-27 23:00:38 +01:00
commit 912d00f2d3
12 changed files with 2635 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "generator_attr"
edition = "2021"
[dependencies]
attribute-derive = "0.10.3"
proc-macro2 = "1.0.92"
[lib]
proc-macro = true