name = "sendr"
version = "1.0.0"
description = "A Gleam email library to unify sending emails."
licences = ["ISC"]
repository = { type = "tangled", user = "wommm.nl", repo = "sendr" }
gleam = ">= 1.15.0"
[dependencies]
filepath = ">= 1.1.2 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
marceau = ">= 1.3.0 and < 2.0.0"
simplifile = ">= 2.3.1 and < 3.0.0"
[dev-dependencies]
gleam_devutils = { git = "git@tangled.org:wommm.nl/gleam_devutils", ref = "55ce26d2" }
glinter = ">= 2.15.0 and < 3.0.0"
[tools.glinter]
stats = true # show file count, line count, and timing after each run
[tools.glinter.rules]
label_possible = "off"
label_possible_for_pub_fn = "warning"