gleam-spacetraders-api-fetch/gleam.toml
Lily Rose 6ad642cbd5
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-07-09 03:13:32 +10:00

19 lines
679 B
TOML

name = "spacetraders_api_fetch"
version = "1.0.0"
target = "javascript"
description = "Gleam functions for interacting with the spacetraders.io game API using gleam_fetch"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-spacetraders-api-fetch" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_fetch = ">= 1.3.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.1.0 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
spacetraders_api = ">= 1.0.0 and < 2.0.0"
spacetraders_models = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.0.2 and < 2.0.0"