Current section

Files

Jump to
telega src telega.app.src
Raw

src/telega.app.src

{application, telega, [
{vsn, "0.1.1"},
{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@config,
telega@keyboard,
telega@log,
telega@model,
telega@update]},
{registered, []}
]}.