gleam-spacetraders-sdk/gleam.toml
Lily Rose 54233b6dd5
Some checks are pending
test / test (push) Waiting to run
Make env dev dependency
2025-06-18 00:00:28 +10:00

18 lines
589 B
TOML

name = "spacetraders_sdk"
version = "1.0.0"
description = "A Gleam SDK for the spacetraders.io game API"
licences = ["MIT"]
repository = { type = "forgejo", host = "7cs.dev", user = "lily", repo = "gleam-spacetraders-sdk" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 4.2.0 and < 5.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"
birl = ">= 1.8.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
oas_generator = ">= 1.3.3 and < 2.0.0"
dot_env = ">= 1.2.0 and < 2.0.0"