Current section
Files
Jump to
Current section
Files
gleam.toml
name = "lumenmail"
version = "1.0.0"
description = "A Gleam library for sending emails via SMTP, inspired by the Rust mail-send crate"
licences = ["Apache-2.0", "MIT"]
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.62.0 and < 1.0.0"
gleam_crypto = ">= 1.5.0 and < 2.0.0"
[dev-dependencies.envoy]
version = ">= 1.0.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"