glemplate/gleam.toml

20 lines
454 B
TOML
Raw Normal View History

2023-02-26 20:48:34 +00:00
name = "glemplate"
2023-07-22 08:15:03 +00:00
version = "5.0.0"
2023-02-27 17:11:29 +00:00
description = "A simple template engine for Gleam"
2023-07-22 08:15:03 +00:00
gleam = ">= 0.30.0"
2023-02-26 20:48:34 +00:00
# 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]
2023-07-22 08:15:03 +00:00
gleam_stdlib = "~> 0.29"
2023-02-26 20:48:34 +00:00
nibble = "~> 0.2"
2023-07-22 08:15:03 +00:00
glentities = "~> 5.0"
2023-02-26 20:48:34 +00:00
[dev-dependencies]
gleeunit = "~> 0.10"