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