maps-service/submissions-api-rs/Cargo.toml
Quaternions ec414a0f42
All checks were successful
continuous-integration/drone/push Build is passing
submissions-api: v0.2.2 wrong url in action_submission_uploaded
2024-12-15 02:10:31 -08:00

23 lines
609 B
TOML

[package]
name = "submissions-api"
version = "0.2.2"
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"
[features]
default = ["external"]
internal = []
external = []