Packages

Wisp adapter for Telega Telegram Bot Library

Current section

Files

Jump to
telega_wisp src telega_wisp.app.src
Raw

src/telega_wisp.app.src

{application, telega_wisp, [
{vsn, "2.1.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, []}
]}.