feat(website): support the pretendo website API, PAPI for short
This commit is contained in:
parent
ee3a351259
commit
2168f6fec1
7 changed files with 209 additions and 3 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue