feat(website): support the pretendo website API, PAPI for short

This commit is contained in:
Andrea Toska 2025-04-28 11:26:32 +02:00
commit 2168f6fec1
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2
7 changed files with 209 additions and 3 deletions

View file

@ -13,7 +13,7 @@ lto = true
incremental = false
[dependencies]
rocket = "0.5.1"
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.218", features = ["derive"] }
log = "0.4.26"
quick-xml = { version = "0.37.2", features = ["serialize"] }