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

@@ -85,6 +85,8 @@ reqwest.workspace = true
ring.workspace = true
ruma.workspace = true
sanitize-filename.workspace = true
serde_core.workspace = true
serde_html_form.workspace = true
serde_json.workspace = true
serde_regex.workspace = true
serde_yaml.workspace = true