Add serde_html_form to Error; use serde_core for greater abstraction.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-21 13:08:48 +00:00
parent e79b888367
commit 422802a9cf
4 changed files with 14 additions and 4 deletions

View File

@@ -418,6 +418,10 @@ version = "1.0"
default-features = false
features = ["rc"]
[workspace.dependencies.serde_core]
version = "1.0"
default-features = false
[workspace.dependencies.serde_html_form]
version = "0.2"