glentities/gleam.toml

20 lines
490 B
TOML
Raw Permalink Normal View History

2023-02-12 19:25:09 +00:00
name = "glentities"
2024-05-23 18:28:39 +00:00
version = "6.1.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"]
2024-08-10 17:21:19 +00:00
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "glentities" }
2023-02-12 19:25:09 +00:00
links = []
2023-04-15 17:48:41 +00:00
internal_modules = ["glentities/internal/*"]
2023-12-27 20:54:45 +00:00
gleam = ">= 0.32.0"
2023-04-15 17:48:41 +00:00
2023-02-12 19:25:09 +00:00
[dependencies]
2023-12-27 20:54:45 +00:00
gleam_stdlib = "~> 0.32"
2023-02-12 19:25:09 +00:00
[dev-dependencies]
2023-12-27 20:54:45 +00:00
gleeunit = "~> 1.0"