added macro that auto impls the structopt query sending

This commit is contained in:
2025-07-11 11:58:29 -04:00
parent 275d706845
commit ac0ace0b94
2 changed files with 124 additions and 2 deletions

View File

@ -9,4 +9,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = "2.0.104"
syn = { version = "2.0.104", features = ["full"] }