Testing procedural macros

This commit is contained in:
2024-12-02 18:21:48 +01:00
parent c88e087ff8
commit be77ab9361
7 changed files with 83 additions and 6 deletions

11
aweblib_macros/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "aweblib_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = "2.0.90"
quote = "1.0.37"