feat(papermc_api): implement wrapper for PaperMC builds API
This commit is contained in:
parent
f2a0b6230f
commit
b4dce4b69a
7 changed files with 952 additions and 24 deletions
10
papermc-api/Cargo.toml
Normal file
10
papermc-api/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "papermc-api"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
chrono.workspace = true
|
||||
serde_json = "1.0.149"
|
||||
ureq = { version = "3.3.0", features = ["json"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue