{application, telega_wisp, [
    {vsn, "1.0.0"},
    {applications, [gleam_erlang,
                    gleam_http,
                    gleam_stdlib,
                    logging,
                    telega,
                    wisp]},
    {description, "Wisp adapter for Telega Telegram Bot Library"},
    {modules, [telega_wisp,
               telega_wisp@@main]},
    {registered, []}
]}.
