Packages

An HTML templating engine that uses XML/HTML tag syntax to render HTML.

Current section

Files

Jump to
tagg gleam.toml
Raw

gleam.toml

name = "tagg"
version = "1.0.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "An HTML templating engine that uses XML/HTML tag syntax to render HTML."
licences = ["MIT"]
repository = { type = "github", user = "jasonprogrammer", repo = "tagg" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = "~> 0.38.0"
simplifile = "~> 2.0.0"
logging = "~> 1.2.0"
cx = ">= 1.0.5 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
# Local dependencies can be specified with a path
# my_other_project = { path = "../my_other_project" }
[dev-dependencies]
gleeunit = "~> 1.1.2"
gleam_json = "~> 1.0"