Current section

Files

Jump to
glitch src glitch.app.src
Raw

src/glitch.app.src

{application, glitch, [
{vsn, "0.0.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A Twitch client for Gleam"},
{modules, [glitch]},
{registered, []}
]}.