2024-12-05 00:46:20 +00:00
|
|
|
[package]
|
2024-12-14 11:31:19 +00:00
|
|
|
name = "submissions-api"
|
2024-12-18 02:33:02 +00:00
|
|
|
version = "0.2.3"
|
2024-12-05 00:46:20 +00:00
|
|
|
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]
|
2024-12-11 05:25:53 +00:00
|
|
|
reqwest = { version = "0", features = ["json"] }
|
2024-12-05 00:46:20 +00:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
url = "2"
|
2024-12-15 08:55:11 +00:00
|
|
|
|
|
|
|
[features]
|
2024-12-18 02:33:02 +00:00
|
|
|
default = ["internal"]
|
2024-12-15 08:55:11 +00:00
|
|
|
internal = []
|