axum: Use serde_html_form for Query and Form (#3594)

This commit is contained in:
Jonas Platte
2025-12-26 13:03:42 +01:00
committed by GitHub
parent 061666a111
commit cae6bc3709
13 changed files with 73 additions and 262 deletions
+2
View File
@@ -22,6 +22,8 @@ skip-tree = [
{ name = "windows-sys" },
# pulled in by quickcheck and cookie
{ name = "rand" },
# duplicate dependency is intended, see axum-extra/Cargo.lock
{ name = "serde_html_form" },
]
[sources]