gleam-spacetraders-websocket/gleam.toml
Lily Rose 3d399342ff
Some checks failed
test / test (push) Has been cancelled
Fix git url
2025-06-18 00:05:01 +10:00

18 lines
619 B
TOML

name = "spacetraders_websocket"
version = "1.0.0"
description = "A Gleam SDK for the spacetraders.io game websocket endpoint"
licences = ["MIT"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "gleam-spacetraders-websocket" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
stratus = ">= 0.9.7 and < 1.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"