Current section

Files

Jump to
gleesend src gleesend.app.src
Raw

src/gleesend.app.src

{application, gleesend, [
{vsn, "2.0.2"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "A resend library for the Gleam programming language"},
{modules, [gleesend,
gleesend@emails]},
{registered, []}
]}.