brilo/gleam.toml

15 lines
360 B
TOML
Raw Normal View History

2024-09-13 08:12:16 +02:00
name = "brilo"
version = "1.0.0"
2024-09-13 10:21:51 +02:00
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.0"
2024-09-13 08:12:16 +02:00
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"