Current section
Files
Jump to
Current section
Files
gleam.toml
name = "rectify"
version = "1.2.0"
description = "Railway-oriented programming utilities for Gleam - accumulate validation errors instead of failing fast"
licences = ["MIT"]
repository = { type = "github", user = "code-shoily", repo = "rectify" }
links = [
{ title = "Repository", href = "https://github.com/code-shoily/rectify" },
{ title = "Documentation", href = "https://hexdocs.pm/rectify" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"