Current section
Files
Jump to
Current section
Files
dateformat
gleam.toml
gleam.toml
name = "dateformat"
version = "1.0.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Date formatter extension for birl"
licences = ["Apache-2.0"]
repository = { type = "github", user = "pendletong", repo = "dateformat" }
# links = [{ title = "Birl", href = "https://hex.pm/packages/birl" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.59.0 and <= 2.0.0"
birl = ">= 1.7.1 and < 2.0.0"
gleam_regexp = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.2.3 and < 2.0.0"