src/lattice_presence.app.src

{application, lattice_presence, [
    {vsn, "1.0.0"},
    {applications, [gleam_json,
                    gleam_stdlib]},
    {description, "Distributed presence CRDT with topic/key/pid/meta tracking, add-wins merge semantics, replica visibility, and Phoenix-style diff reporting"},
    {modules, [lattice_presence@@main,
               lattice_presence@presence_state,
               lattice_presence@state_json]},
    {registered, []}
]}.