gleam-spacetraders-websocket/gleam.toml
Lily Rose 45443b2ec4
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-06-17 23:53:38 +10:00

18 lines
615 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 = "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"