Current section

Files

Jump to
lustre_ssg src lustre_ssg.app.src
Raw

src/lustre_ssg.app.src

{application, lustre_ssg, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit,
lustre,
simplifile]},
{description, "A simple static site generator for Lustre projects."},
{modules, [lustre@ssg]},
{registered, []}
]}.