gleam-spacetraders-client/gleam.toml
Lily Rose 456faeaa60
Some checks failed
test / test (push) Has been cancelled
Switch from sdk to api package
2025-07-09 17:14:26 +10:00

25 lines
853 B
TOML

name = "spacetraders_client"
version = "1.0.0"
gleam = ">= 1.11.0"
description = "A Gleam client for the spacetraders.io game"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-spacetraders-client" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 1.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
gleam_http = ">= 4.1.0 and < 5.0.0"
gleam_httpc = ">= 4.1.1 and < 5.0.0"
gleam_erlang = ">= 1.2.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.0.2 and < 2.0.0"
shore = ">= 1.1.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
spacetraders_models = ">= 1.1.0 and < 2.0.0"
spacetraders_api = ">= 1.1.0 and < 2.0.0"
spacetraders_api_httpc = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"