Current section
Files
Jump to
Current section
Files
src/the_stars.app.src
{application, the_stars, [
{vsn, "1.0.0"},
{applications, [birl,
gleam_stdlib,
gleeunit]},
{description, "A terminal styling and logging framework based off the Golang Charm Lipgloss framework."},
{modules, [log,
styles,
the_stars,
types,
utils]},
{registered, []}
]}.