Current section

Files

Jump to
snag gleam.toml
Raw

gleam.toml

name = "snag"
version = "0.2.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.18"
[dev-dependencies]
gleeunit = "~> 0.1"