Library for Derive Macros and impl IntoResponse trait

This commit is contained in:
Martin Berg Alstad
2024-06-17 00:47:07 +02:00
parent 6b6f4b4779
commit 9226060397
10 changed files with 104 additions and 25 deletions

11
derive/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "derive"
version = "1.0.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = "2.0.66"
quote = "1.0.36"