Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gleyre"
version = "0.1.0"
description = "Easy idiomatic error handling for application code."
licenses = ["MIT", "Apache-2.0"]
repository = { type = "codeberg", user = "d2718", repo = "gleyre" }
# links = [{ title = "Repository", href = "https://codeberg.org/d2718/gleyre"}]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"