Current section

Files

Jump to
halo src halo.app.src
Raw

src/halo.app.src

{application, halo, [
{vsn, "0.1.0"},
{applications, [fs,
gleam_erlang,
gleam_stdlib,
gleeunit,
shellout,
tomerl]},
{description, "A Gleam project"},
{modules, [halo,
halo@code,
halo@fs,
halo@modres,
halo@shell]},
{registered, []}
]}.