This commit is contained in:
2025-11-29 01:42:59 +01:00
commit c83f0a1c34
25 changed files with 4231 additions and 0 deletions
@@ -0,0 +1,12 @@
[package]
name = "rocket_prost_responder_derive"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }