Packages

Schema validation for Gleam — constraints, error accumulation, and field paths

Current section

Files

Jump to
sift gleam.toml
Raw

gleam.toml

name = "sift"
version = "0.2.1"
description = "Schema validation for Gleam — constraints, error accumulation, and field paths"
licences = ["MIT"]
repository = { type = "github", user = "andbitty", repo = "sift" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"