{application, testbldr, [
    {vsn, "0.3.0"},
    {applications, [gleam_community_ansi,
                    gleam_erlang,
                    gleam_json,
                    gleam_stdlib,
                    gleeunit]},
    {description, "A library for programatically building and running test cases"},
    {modules, [testbldr,
               testbldr@pieces,
               testbldr@should]},
    {registered, []}
]}.
