{application, wimp, [
    {vsn, "1.2.0"},
    {applications, [gleam_http,
                    gleam_json,
                    gleam_stdlib]},
    {description, "A Gleam client for the Pushover push notification API"},
    {modules, [wimp,
               wimp@@main]},
    {registered, []}
]}.
