Current section

Files

Jump to
hug src hug.app.src
Raw

src/hug.app.src

{application, hug, [
{vsn, "0.1.2"},
{applications, [gleam_community_ansi,
gleam_stdlib,
gleeunit]},
{description, "Helpful and pretty CLI messages"},
{modules, [hug]},
{registered, []}
]}.