Packages

Send emails from Gleam with SendGrid

Retired package: Release invalid - Renamed to sendgriddle

Current section

Files

Jump to
gleam_sendgrid gleam.toml
Raw

gleam.toml

name = "gleam_sendgrid"
version = "0.2.0"
licences = ["Apache-2.0"]
description = "Send emails from Gleam with SendGrid"
repository = { type = "github", user = "lpil", repo = "gleam_sendgrid" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.19"
gleam_http = "~> 3.0"
gleam_json = "~> 0.4"
[dev-dependencies]
gleeunit = "~> 1.0"
gleam_hackney = "~> 1.0"