Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gleyre"
version = "0.1.2"
description = "Easy idiomatic error handling for application code."
licenses = ["MIT", "Apache-2.0"]
repository = { type = "codeberg", user = "d2718", repo = "gleyre" }
links = [
{ title = "Rust eyre crate", href = "https://docs.rs/eyre/0.6.12/eyre/" }
]
[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"