19 lines
518 B
TOML
19 lines
518 B
TOML
name = "gleam_time"
|
|
version = "1.6.0"
|
|
description = "Work with time in Gleam!"
|
|
gleam = ">= 1.11.0"
|
|
licences = ["Apache-2.0"]
|
|
repository = { type = "github", user = "gleam-lang", repo = "time" }
|
|
links = [
|
|
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" }
|
|
]
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|
|
qcheck = ">= 1.0.0 and < 2.0.0"
|
|
simplifile = ">= 2.2.0 and < 3.0.0"
|
|
gleam_regexp = ">= 1.0.0 and < 2.0.0"
|
|
prng = ">= 4.0.1 and < 5.0.0"
|