Testing procedural macros
This commit is contained in:
11
aweblib_macros/Cargo.toml
Normal file
11
aweblib_macros/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user