Current section
Files
Jump to
Current section
Files
src/telega_hackney.app.src
{application, telega_hackney, [
{vsn, "2.0.0"},
{applications, [gleam_hackney,
gleam_http,
gleam_stdlib,
telega]},
{description, "hackney adapter for Telega Telegram Bot Library"},
{modules, [telega_hackney,
telega_hackney@@main]},
{registered, []}
]}.