Current section

Files

Jump to
gcourier src gcourier.app.src
Raw

src/gcourier.app.src

{application, gcourier, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_hackney,
gleam_http,
gleam_stdlib,
gleam_time,
shellout]},
{description, "Send emails with Gleam."},
{modules, [gcourier,
gcourier@@main,
gcourier@message,
gcourier@mug@internal@ssl_options,
gcourier@mug@internal@system_cacerts,
gcourier@mug@mug,
gcourier@smtp,
mug_ffi,
port,
priv]},
{registered, []}
]}.