Add get_wup Admin API routes
This commit is contained in:
parent
25d2e1d036
commit
4d5436bca9
5 changed files with 56 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue