gleam-spacetraders-sdk/gleam.toml
Lily Rose cc8edbed02
Some checks are pending
test / test (push) Waiting to run
Add functioning sdk
2025-06-17 01:43:06 +10:00

22 lines
727 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"
snag = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
dot_env = ">= 1.2.0 and < 2.0.0"
stratus = ">= 0.9.7 and < 1.0.0"
gleam_httpc = ">= 4.2.0 and < 5.0.0"
gleam_otp = ">= 0.16.1 and < 1.0.0"
gleam_erlang = ">= 0.34.0 and < 1.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"