{application, espresso_pgo_wrapper, [
    {vsn, "0.0.2"},
    {applications, [gleam_pgo,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Simple wrapper around the espresso PGO tool"},
    {modules, [database,
               database@query,
               database@schema]},
    {registered, []}
]}.
