Current section

Files

Jump to
htmb gleam.toml
Raw

gleam.toml

name = "htmb"
version = "1.1.0"
gleam = ">= 0.32.0"
description = "A tiny HTML builder for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "htmb" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.29"
[dev-dependencies]
gleeunit = "~> 1.0"