timestamps/gleam.toml
pswsm 988a0cf42d
Algunas comprobaciones han fallado
test / test (push) Has been cancelled
chore: add missing fields for publishing
2024-11-12 18:35:49 +01:00

19 líneas
582 B
TOML

name = "timestamps"
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 = "timestamp in Gleam"
licences = ["Apache-2.0"]
repository = { type = "custom", url = "https://git.mastodont.cat/pswsm/timestamps" }
# 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.34.0 and < 2.0.0"
gleam_erlang = ">= 0.30.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"