Current section
Files
Jump to
Current section
Files
src/telega.app.src
{application, telega, [
{vsn, "0.0.3"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit,
logging,
wisp]},
{description, "Gleam Telegram Bot Library"},
{modules, [telega,
telega@adapters@wisp,
telega@api,
telega@log,
telega@message]},
{registered, []}
]}.