{application, playground, [
    {vsn, "1.0.0"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_stdlib,
                    gleeunit]},
    {description, "I am playing with publishing a package."},
    {modules, [calculator,
               fetch,
               playground,
               robot_simulator,
               rock_paper_scissors,
               shapes]},
    {registered, []}
]}.
