gleam-spacetraders-sdk/gleam.toml
LilyRose2798 bf4a2eef53
Some checks are pending
test / test (push) Waiting to run
Bump version to 1.1.0
2025-06-18 14:45:20 +10:00

18 lines
574 B
TOML

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