24 lines
801 B
TOML
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"
|