{application, gleam_test, [
    {vsn, "0.1.0"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "A Gleam library..."},
    {modules, [hello_joe]},
    {registered, []}
]}.
