Packages

A Gleam library for sending emails using Plunk's API (https://useplunk.com), supports Erlang and JavaScript targets.

Current section

Files

Jump to
plunk gleam.toml
Raw

gleam.toml

name = "plunk"
version = "1.4.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Library for interacting with Plunk's API (https://useplunk.com) in Gleam - supports both the Erlang and Javascript targets"
licences = ["MIT"]
repository = { type = "github", user = "aosasona", repo = "plunk.gleam" }
gleam = ">= 1.5.0"
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = ["plunk/internal/*"]
[dependencies]
gleam_http = ">= 3.7.2 and < 4.0.0"
gleam_json = ">= 2.1.0 and < 3.0.0"
gleam_stdlib = ">= 0.47.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
gleam_hackney = ">= 1.3.0 and < 2.0.0"
gleam_erlang = ">= 0.33.0 and < 1.0.0"
dot_env = ">= 1.2.0 and < 2.0.0"