Add get_wup Admin API routes

This commit is contained in:
BloxerHD 2026-04-23 17:19:49 +01:00
commit 4d5436bca9
5 changed files with 56 additions and 3 deletions

View file

@ -11,7 +11,7 @@ sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros",
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1"
quick-xml = { version = "0.31", features = [ "serialize" ] }
chrono = "0.4"
chrono = { version = "0.4", features = [ "serde" ] }
sha1 = "0.10"
sha2 = "0.10"
hex = "0.4"