Current section

Files

Jump to
formz_lustre src formz_lustre.app.src
Raw

src/formz_lustre.app.src

{application, formz_lustre, [
{vsn, "1.0.0"},
{applications, [formz,
gleam_stdlib,
lustre]},
{description, "Lustre widgets and field definitions for the formz library."},
{modules, [formz_lustre,
formz_lustre@definitions,
formz_lustre@simple,
formz_lustre@widgets]},
{registered, []}
]}.