Current section
Files
Jump to
Current section
Files
gleam.toml
name = "exception"
version = "2.0.0"
gleam = ">= 0.32.0"
description = "A tiny package for dealing with exceptions"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "exception" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.30 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
simplifile = "~> 1.0"