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