Current section
Files
Jump to
Current section
Files
gleam.toml
name = "g18n"
version = "4.0.0"
description = "A small platform-agnostic translation library for Gleam webpages"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "g18n" }
links = [{ title = "Website", href = "https://github.com/renatillas/g18n" }]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
{ title = "Syntax guide", path = "syntax_guide.html", source = "./pages/syntax_guide.md" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
trie_again = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"