Packages

Mist adapter for Telega Telegram Bot Library

Current section

Files

Jump to
telega_mist src telega_mist.app.src
Raw

src/telega_mist.app.src

{application, telega_mist, [
{vsn, "2.0.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_json,
gleam_stdlib,
logging,
mist,
telega]},
{description, "Mist adapter for Telega Telegram Bot Library"},
{modules, [telega_mist,
telega_mist@@main]},
{registered, []}
]}.