random ud
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user