Current section

Files

Jump to
lustre_hx src lustre_hx.app.src
Raw

src/lustre_hx.app.src

{application, lustre_hx, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit,
lustre]},
{description, "HTMX attributes for lustre"},
{modules, [lustre_htmx,
lustre_hx]},
{registered, []}
]}.