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