Packages

Bidirectional, error-accumulating validation and sanitization codecs for Gleam.

Current section

Files

Jump to
pedantic gleam.toml
Raw

gleam.toml

name = "pedantic"
version = "0.1.1"
description = "Bidirectional, error-accumulating validation and sanitization codecs for Gleam."
licences = ["MIT"]
[repository]
type = "github"
user = "gleam-foundry"
repo = "pedantic"
links = [
{ title = "GitHub", href = "https://github.com/gleam-foundry/pedantic" },
{ title = "Hex", href = "https://hex.pm/packages/pedantic" },
{ title = "Documentation", href = "https://hexdocs.pm/pedantic" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"