removed the traits so this thing works

This commit is contained in:
2025-07-14 13:26:15 -04:00
parent 533f718e57
commit e96def50f3
3 changed files with 14 additions and 15 deletions

View File

@ -7,6 +7,7 @@ edition = "2024"
proc-macro = true
[dependencies]
async-trait = "0.1.88"
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }