{application, eventsourcing_inmemory, [
    {vsn, "1.0.0"},
    {applications, [eventsourcing,
                    gleam_erlang,
                    gleam_json,
                    gleam_otp,
                    gleam_stdlib]},
    {description, "eventsourcing_inmemory provides an in-memory event store implementation for the [eventsourcing](https://github.com/renatillas/eventsourcing) library. It's designed for development, testing, and small-scale applications where persistence isn't required."},
    {modules, [eventsourcing_inmemory]},
    {registered, []}
]}.
