Library for Derive Macros and impl IntoResponse trait

This commit is contained in:
Martin Berg Alstad
2024-06-17 00:47:07 +02:00
parent 6b6f4b4779
commit 9226060397
10 changed files with 104 additions and 25 deletions

9
Cargo.lock generated
View File

@ -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",