glemplate/gleam.toml
2023-02-26 22:48:34 +02:00

18 lines
415 B
TOML

name = "glemplate"
version = "1.0.0"
description = "A Gleam project"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
repository = { type = "gitlab", user = "Nicd", repo = "glemplate" }
links = []
[dependencies]
gleam_stdlib = "~> 0.26"
nibble = "~> 0.2"
glentities = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 0.10"