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