{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, []}
]}.
