Current section
Files
Jump to
Current section
Files
src/gleesend.app.src
{application, gleesend, [
{vsn, "1.0.1"},
{applications, [gleam_hackney,
gleam_http,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "A resend.com library for the Gleam programming language"},
{modules, [gleesend,
gleesend@emails]},
{registered, []}
]}.