Current section

Files

Jump to
dataval gleam.toml
Raw

gleam.toml

# SPDX-FileCopyrightText: 2026 Quentin BETTOUM <quentin@bettoum.fr>
#
# SPDX-License-Identifier: EUPL-1.2
name = "dataval"
version = "1.0.0"
licenses = ["EUPL-1.2"]
description = "Data validation in Gleam"
[repository]
type = "codeberg"
user = "quentin-bettoum"
repo = "dataval"
[[links]]
title = "Support me on liberapay"
href = "https://liberapay.com/quentin-bettoum/"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"