glentities/gleam.toml
2023-02-12 21:25:09 +02:00

16 lines
399 B
TOML

name = "glentities"
version = "1.0.0"
description = "HTML entity encoder/decoder for Gleam"
# 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 = "glentities" }
links = []
[dependencies]
gleam_stdlib = "~> 0.26"
[dev-dependencies]
gleeunit = "~> 0.10"