blob: 4f2d670a02522322a03c5ebe4fcd98c62d7211c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name = "snag"
version = "0.2.1"
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.5"
|