Current section
Files
Jump to
Current section
Files
src/telega_wisp.app.src
{application, telega_wisp, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_stdlib,
logging,
telega,
wisp]},
{description, "Wisp adapter for Telega Telegram Bot Library"},
{modules, [telega_wisp,
telega_wisp@@main]},
{registered, []}
]}.