Current section

Files

Jump to
glemplate gleam.toml
Raw

gleam.toml

name = "glemplate"
version = "8.1.2"
description = "A simple template engine for Gleam"
gleam = ">= 1.4.0"
# 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", user = "nicd", host = "git.ahlcode.fi", repo = "glemplate" }
links = [{ title = "Sponsor", href = "https://liberapay.com/Nicd" }]
[dependencies]
gleam_stdlib = ">= 0.47.0 and < 2.0.0"
nibble = ">= 1.1.1 and < 2.0.0"
glentities = ">= 6.0.0 and < 7.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"