Current section

Files

Jump to
nakai gleam.toml
Raw

gleam.toml

name = "nakai"
version = "0.6.2"
licences = ["MIT"]
description = "HTML generation for Gleam, on the server or anywhere else"
repository = { type = "github", user = "nakaixo", repo = "nakai" }
links = [
{ title = "Website", href = "https://nakaixo.github.io" },
{ title = "Sponsor", href = "https://github.com/sponsors/aslilac" },
]
internal_modules = ["nakai/internal/*", "nakai/experimental/*"]
[dependencies]
gleam_stdlib = "~> 0.28"
[dev-dependencies]
gleam_erlang = "~> 0.18"
gleeunit = "~> 0.10"
rad = "~> 0.2"