Current section

Files

Jump to
nakai gleam.toml
Raw

gleam.toml

name = "nakai"
version = "1.1.2"
licences = ["MIT"]
description = "HTML generation for Gleam, on the server or anywhere else"
repository = { type = "github", user = "aslilac", repo = "nakai" }
links = [
{ title = "Website", href = "https://nakaixo.github.io" },
{ title = "Sponsor", href = "https://github.com/sponsors/aslilac" },
]
internal_modules = ["nakai/internal/*"]
gleam = ">= 1.0.0"
[dependencies]
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
[dev-dependencies]
envoy = "~> 1.0"
gleam_json = "~> 2.1"
gleeunit = "~> 1.2"
glychee = "~> 1.1"
simplifile = "~> 2.2"