{application, telega_httpc, [
    {vsn, "1.1.0"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_stdlib,
                    telega]},
    {description, "httpc adapter for Telega Telegram Bot Library"},
    {modules, [telega_httpc,
               telega_httpc@@main]},
    {registered, []}
]}.
