proc: view macro implementation
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-03 18:11:10 +03:00
parent 2c797fd41f
commit b543c43e68
2 changed files with 278 additions and 59 deletions

View file

@ -8,6 +8,6 @@ edition = { workspace = true }
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full"] }
syn = { version = "2", features = ["full", "extra-traits"] }
quote = { version = "1" }
proc-macro2 = { version = "1", features = ["span-locations"] }