Packages

Many tiny shiny things that'll never go away

Current section

Files

Jump to
glitter src glitter.app.src
Raw

src/glitter.app.src

{application, glitter, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Many tiny shiny things that'll never go away"},
{modules, [glitter]},
{registered, []}
]}.