glentities/gleam.toml

19 lines
445 B
TOML
Raw Normal View History

2023-02-12 19:25:09 +00:00
name = "glentities"
2023-07-22 08:09:00 +00:00
version = "5.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 = []
2023-04-15 17:48:41 +00:00
internal_modules = ["glentities/internal/*"]
2023-02-12 19:25:09 +00:00
[dependencies]
2023-07-22 08:09:00 +00:00
gleam_stdlib = "~> 0.29"
2023-02-12 19:25:09 +00:00
[dev-dependencies]
gleeunit = "~> 0.10"