Current section
Files
Jump to
Current section
Files
gleam.toml
name = "snag"
version = "0.3.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"
[dev-dependencies]
gleeunit = "~> 1.0"