Current section

Files

Jump to
valid gleam.toml
Raw

gleam.toml

name = "valid"
version = "5.1.0"
description = "A composable validation library for gleam"
licences = ["MIT"]
repository = { type = "github", user = "sporto", repo = "gleam-valid" }
[dependencies]
gleam_stdlib = "~> 0.38"
non_empty_list = ">= 2.0.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"