gleam-spacetraders-client/gleam.toml
LilyRose2798 71158b56a0
Some checks failed
test / test (push) Has been cancelled
Start using shore
2025-06-25 16:20:59 +10:00

24 lines
801 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" }
# 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"
dot_env = ">= 1.2.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
shore = ">= 1.1.0 and < 2.0.0"
spacetraders_sdk = ">= 1.5.5 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.5.1 and < 2.0.0"