{application, factos_pog, [
    {vsn, "1.0.0"},
    {applications, [factos,
                    gleam_stdlib,
                    gleam_time,
                    pog]},
    {description, "PostgreSQL backend for Factos context-first Event Sourcing using pog."},
    {modules, [factos@factos_pog,
               factos_pog@@main]},
    {registered, []}
]}.
