Library for Derive Macros and impl IntoResponse trait
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@ -135,6 +135,14 @@ version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "derive"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fnv"
|
||||
version = "1.0.7"
|
||||
@ -547,6 +555,7 @@ name = "simplify_truths"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"derive",
|
||||
"nom",
|
||||
"serde",
|
||||
"tokio",
|
||||
|
Reference in New Issue
Block a user