Packages

Write HTML compliant email with peace of mind like Lustre ๐Ÿ˜Œ

Current section

Files

Jump to
smail gleam.toml
Raw

gleam.toml

name = "smail"
version = "2.0.0"
description = "Write HTML compliant email with peace of mind like Lustre ๐Ÿ˜Œ"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gungun974", repo = "smail" }
links = [
{ title = "Example", href = "https://github.com/gungun974/smail/blob/main/exemple/src/exemple.gleam" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
houdini = ">= 1.2.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.5.5 and < 2.0.0"