maps-service/submissions-api-rs/Cargo.toml
Quaternions 4ce5d5e535
All checks were successful
continuous-integration/drone/push Build is passing
validation: pull out submissions api
2024-12-14 11:18:25 -08:00

18 lines
546 B
TOML

[package]
name = "submissions-api"
version = "0.1.0"
edition = "2021"
publish = ["strafesnet"]
repository = "https://git.itzana.me/StrafesNET/maps-service"
license = "MIT OR Apache-2.0"
description = "Browse and manage map submissions in the staging pipeline."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
url = "2"