Current section

Files

Jump to
starprnt gleam.toml
Raw

gleam.toml

name = "starprnt"
description = "A partial implementation of the StarPRNT command protocol in Gleam"
version = "1.0.1"
licences = ["MIT"]
repository = { type = "forgejo", host = "whitespace.moe", user = "lily", repo = "starprnt" }
internal_modules = ["starprnt/font/*"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"