12 lines
383 B
TOML
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"
|