{application, cake_sqlight, [
    {vsn, "1.0.0"},
    {applications, [cake,
                    gleam_stdlib,
                    sqlight]},
    {description, "🎂Cake 🪶SQLite adapter which which passes PreparedStatements to the sqlight library for execution written in Gleam."},
    {modules, [cake@adapter@sqlite,
               cake_sqlight]},
    {registered, []}
]}.
