brilo/gleam.toml

14 lines
358 B
TOML

name = "brilo"
version = "1.0.0"
description = "A collection of various functions missing in gleam_stdlib"
licences = ["GPL-3.0-or-later"]
repository = { type = "forgejo", host = "forge.pnyhf.eu", user = "l-x", repo = "brilo" }
gleam = ">= 1.4"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"