Current section
Files
Jump to
Current section
Files
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, []}
]}.