Current section
Files
Jump to
Current section
Files
gleam.toml
name = "stardate"
version = "0.1.0"
description = "A library for converting a calendar date to a stardate"
licences = ["Apache-2.0"]
repository = { type = "codeberg", user = "hoanga", repo = "stardate" }
links = [{ title = "Gleam", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"