Current section
Files
Jump to
Current section
Files
tzif_loader
gleam.toml
gleam.toml
name = "tzif_loader"
version = "1.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 Loader"
licenses = ["MIT"]
repository = { type = "github", user = "devries", repo = "tzif_loader" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.7.0 and < 3.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
tzif = ">= 2.0.0 and < 3.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"