Current section
Files
Jump to
Current section
Files
src/sendgriddle.app.src
{application, sendgriddle, [
{vsn, "1.1.0"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "Send emails from Gleam with SendGrid"},
{modules, [sendgriddle,
sendgriddle@@main]},
{registered, []}
]}.