Current section
Files
Jump to
Current section
Files
gleam.toml
name = "snag"
version = "1.0.0"
licences = ["Apache-2.0"]
description = "A boilerplate-free ad-hoc error type"
repository = { type = "github", user = "gleam-experiments", repo = "snag" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"