Current section

Files

Jump to
gleam_deno src gleam_deno.app.src
Raw

src/gleam_deno.app.src

{application, gleam_deno, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Nothing here yet..."},
{modules, [blah]},
{registered, []}
]}.