Current section

Files

Jump to
bright src bright.app.src
Raw

src/bright.app.src

{application, bright, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib,
lustre]},
{description, "Be bright. Derive data in your Lustre model."},
{modules, [bright,
bright@@main,
bright_ffi]},
{registered, []}
]}.