{application, telega, [
    {vsn, "0.3.0"},
    {applications, [gleam_erlang,
                    gleam_http,
                    gleam_httpc,
                    gleam_json,
                    gleam_otp,
                    gleam_stdlib,
                    gleeunit,
                    logging,
                    mockth,
                    wisp]},
    {description, "Gleam Telegram Bot Library"},
    {modules, [telega,
               telega@adapters@wisp,
               telega@api,
               telega@bot,
               telega@internal@config,
               telega@keyboard,
               telega@log,
               telega@model,
               telega@reply,
               telega@update]},
    {registered, []}
]}.
