Current section
Files
Jump to
Current section
Files
src/gwitch.app.src
{application, gwitch, [
{vsn, "1.0.1"},
{applications, [birl,
gleam_erlang,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit,
logging,
repeatedly,
stratus]},
{description, "a gleam lib for connecting to twitch IRC"},
{modules, [gwitch,
internal@websockets]},
{registered, []}
]}.