feat(papermc_api): implement wrapper for PaperMC builds API

This commit is contained in:
Jef Roosens 2026-03-31 19:14:17 +02:00
parent f2a0b6230f
commit b4dce4b69a
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
7 changed files with 952 additions and 24 deletions

10
papermc-api/Cargo.toml Normal file
View 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"] }