Current section
Files
Jump to
Current section
Files
src/espresso_pgo_wrapper.app.src
{application, espresso_pgo_wrapper, [
{vsn, "0.0.4"},
{applications, [gleam_pgo,
gleam_stdlib,
gleeunit]},
{description, "Simple wrapper around the espresso PGO tool"},
{modules, [database,
database@query,
database@schema]},
{registered, []}
]}.