{application, telega, [
    {vsn, "0.0.4"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_json,
                    gleam_stdlib,
                    gleeunit,
                    logging,
                    mockth,
                    wisp]},
    {description, "Gleam Telegram Bot Library"},
    {modules, [telega,
               telega@adapters@wisp,
               telega@api,
               telega@log,
               telega@message,
               telega@models@bot_command,
               telega@models@common,
               telega@models@dice,
               telega@models@keyboard,
               telega@models@message,
               telega@models@message_entity,
               telega@models@reply,
               telega@models@update,
               telega@models@user]},
    {registered, []}
]}.
