Basic check of user data structure for errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-10 21:57:58 +02:00
parent ee733b04f3
commit 978a881372
5 changed files with 57 additions and 1 deletions

View File

@ -22,6 +22,7 @@ actix-ws = "0.3.0"
actix-http = "3.10.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serde_yml = "0.0.12"
quick-xml = { version = "0.37.5", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.31"
anyhow = "1.0.98"