{application, cake_gmysql, [
    {vsn, "1.0.1"},
    {applications, [cake,
                    gleam_stdlib,
                    gmysql]},
    {description, "🎂Cake 🦭MariaDB and 🐬MySQL adapters which which pass PreparedStatements to the gmysql library for execution written in Gleam."},
    {modules, [cake@adapter@maria,
               cake@adapter@mysql,
               cake_gmysql]},
    {registered, []}
]}.
