{application, gwitch, [
    {vsn, "1.0.0"},
    {applications, [birl,
                    gleam_erlang,
                    gleam_http,
                    gleam_otp,
                    gleam_stdlib,
                    gleeunit,
                    logging,
                    repeatedly,
                    stratus]},
    {description, "a gleam lib for connecting to twitch IRC"},
    {modules, [gwitch,
               twitch@chat,
               websockets]},
    {registered, []}
]}.
