Packages

httpc adapter for Telega Telegram Bot Library

Current section

Files

Jump to
telega_httpc src telega_httpc.app.src
Raw

src/telega_httpc.app.src

{application, telega_httpc, [
{vsn, "2.0.0"},
{applications, [gleam_http,
gleam_httpc,
gleam_stdlib,
telega]},
{description, "httpc adapter for Telega Telegram Bot Library"},
{modules, [telega_httpc,
telega_httpc@@main]},
{registered, []}
]}.