Current section
Files
Jump to
Current section
Files
gleam.toml
name = "zones"
version = "1.26010.1"
gleam = ">= 1.5.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Prebuilt time zone data for the tzif package."
licences = ["MIT"]
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "zones" }
links = [
{ title = "Changelog", href = "https://git.ahlcode.fi/nicd/zones/src/branch/trunk/CHANGELOG.txt" },
{ title = "Sponsor", href = "https://liberapay.com/Nicd" },
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
tzif = ">= 1.1.2 and < 2.0.0"
[dev-dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"