Current section

Files

Jump to
given gleam.toml
Raw

gleam.toml

name = "given"
version = "6.0.2"
description = "๐Ÿ‘‡ Ergonomic guards aka early returns for Bool, Result, Option, and List types in Gleam!"
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-given" }
gleam = ">= 1.15.4"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.10.0 and < 2.0.0"