Skip to main content

src/discord_webhook.app.src

{application, discord_webhook, [
    {vsn, "0.1.1"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_json,
                    gleam_stdlib]},
    {description, "A simple Gleam library for sending Discord webhook."},
    {modules, [discord_webhook,
               discord_webhook@@main]},
    {registered, []}
]}.