gleam-spacetraders-client/gleam.toml
Lily Rose 9cc1e66c8b
Some checks failed
test / test (push) Has been cancelled
Initial commit
2025-06-12 21:17:54 +10:00

12 lines
383 B
TOML

name = "spacetraders_client"
version = "1.0.0"
description = "A Gleam client for the spacetraders.io game"
licences = ["MIT"]
repository = { type = "forgejo", host = "7cs.dev", user = "lily", repo = "gleam-spacetraders-client" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"