Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glemplate"
version = "2.0.0"
description = "A simple template engine 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 = "gitlab", user = "Nicd", repo = "glemplate" }
links = []
[dependencies]
gleam_stdlib = "~> 0.27.0"
nibble = "~> 0.2"
glentities = "~> 2.0"
[dev-dependencies]
gleeunit = "~> 0.10"