Current section

Files

Jump to
glitzer src glitzer.app.src
Raw

src/glitzer.app.src

{application, glitzer, [
{vsn, "1.0.0"},
{applications, [gleam_community_ansi,
gleam_stdlib,
gleeunit]},
{description, "Progress bars and other fancy stuff for CLI tools."},
{modules, [glitzer@codes,
glitzer@progress]},
{registered, []}
]}.