glentities/gleam.toml

17 lines
401 B
TOML
Raw Normal View History

2023-02-12 19:25:09 +00:00
name = "glentities"
2023-03-01 17:56:18 +00:00
version = "2.0.0"
2023-02-12 19:25:09 +00:00
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]
2023-03-01 17:56:18 +00:00
gleam_stdlib = "~> 0.27.0"
2023-02-12 19:25:09 +00:00
[dev-dependencies]
gleeunit = "~> 0.10"