{application, eventsourcing_inmemory, [
    {vsn, "1.1.0"},
    {applications, [eventsourcing,
                    gleam_erlang,
                    gleam_json,
                    gleam_otp,
                    gleam_stdlib]},
    {description, "InMemory event store for the Eventsourcing library"},
    {modules, [eventsourcing_inmemory]},
    {registered, []}
]}.
