Packages

Zero-flash SSR + claim for Lustre/Gleam on the BEAM.

Current section

Files

Jump to
glamour src glamour.app.src
Raw

src/glamour.app.src

{application, glamour, [
{vsn, "0.1.0"},
{applications, [gleam_crypto,
gleam_json,
gleam_stdlib,
lustre]},
{description, "Zero-flash SSR + claim for Lustre/Gleam on the BEAM."},
{modules, [glamour@@main,
glamour@app,
glamour@fingerprint,
glamour@server]},
{registered, []}
]}.