Current section
Files
Jump to
Current section
Files
gleam.toml
name = "tzif"
version = "2.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Time Zone Information File Utilities"
licences = ["MIT"]
repository = { type = "github", user = "devries", repo = "timezone" }
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
{ title = "Examples", path = "examples.html", source = "./pages/examples.md"},
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"