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, []}
]}.