gleam-spacetraders-api/gleam.toml
Lily Rose b44c46047a
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-07-09 02:07:44 +10:00

15 lines
495 B
TOML

name = "spacetraders_api"
version = "1.0.0"
gleam = ">= 1.11.0"
description = "Gleam functions for interacting with the spacetraders.io game API"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-spacetraders-api" }
[dependencies]
gleam_stdlib = ">= 0.61.0 and < 1.0.0"
gleam_http = ">= 4.1.0 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
spacetraders_models = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.5.1 and < 2.0.0"