random ud

This commit is contained in:
2025-08-20 19:18:46 -04:00
parent 32b1aa7e89
commit fc96d91c77
3 changed files with 1203 additions and 36 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "derive_http"
name = "http_derive"
version = "0.1.0"
edition = "2024"
@ -11,3 +11,4 @@ async-trait = "0.1.88"
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }
http_core = { path = "../http_core" }