{application, postgresql_protocol, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    mug,
                    prng,
                    showtime]},
    {description, "PostgreSQL protocol encoding and decoding"},
    {modules, [postgresql_protocol]},
    {registered, []}
]}.
