Current section

Files

Jump to
glentities gleam.toml
Raw

gleam.toml

name = "glentities"
version = "6.2.2"
description = "HTML entity encoder/decoder for Gleam"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "glentities" }
links = [
{ title = "Changelog", href = "https://git.ahlcode.fi/nicd/glentities/src/branch/trunk/CHANGELOG.txt" },
{ title = "Sponsor", href = "https://liberapay.com/Nicd" },
]
internal_modules = ["glentities/internal/*"]
gleam = ">= 1.3.0"
[dependencies]
gleam_stdlib = ">= 0.47.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"