Current section

Files

Jump to
glemplate gleam.toml
Raw

gleam.toml

name = "glemplate"
version = "8.0.0"
description = "A simple template engine for Gleam"
gleam = ">= 1.3.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 = []
[dependencies]
gleam_stdlib = ">= 0.40.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"