Current section
Files
Jump to
Current section
Files
gleam.toml
name = "birl"
version = "0.2.0"
description = "datetime handling for gleam"
licences = ["Apache-2.0"]
links = [
{title = "gleam", href = "https://gleam.run"},
]
repository = {type = "github", user = "massivefermion", repo = "birl"}
[dependencies]
gleam_stdlib = "~> 0.25"
[dev-dependencies]
gleeunit = "~> 0.8"