{application, eventsourcing_sqlite, [
    {vsn, "3.0.0"},
    {applications, [eventsourcing,
                    gleam_json,
                    gleam_stdlib,
                    sqlight]},
    {description, "Sqlite event store for the Eventsourcing library"},
    {modules, [eventsourcing_sqlite]},
    {registered, []}
]}.
