Current section
Files
Jump to
Current section
Files
src/gleative.app.src
{application, gleative, [
{vsn, "0.1.0"},
{applications, [gleam_community_ansi,
gleam_stdlib,
gleeunit,
shellout,
simplifile,
spinner,
tom]},
{description, " Compile your gleam projects into a native executable using deno."},
{modules, [gleative]},
{registered, []}
]}.