15 lines
471 B
TOML
15 lines
471 B
TOML
name = "spacetraders_models"
|
|
version = "1.1.0"
|
|
gleam = ">= 1.11.0"
|
|
description = "Gleam types for the spacetraders.io game API"
|
|
licences = ["MIT"]
|
|
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-spacetraders-models" }
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
|
gleam_http = ">= 4.1.0 and < 5.0.0"
|
|
gleam_time = ">= 1.2.0 and < 2.0.0"
|
|
gleam_json = ">= 3.0.2 and < 4.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|