{application, glyn, [
    {vsn, "2.0.0"},
    {applications, [gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    syn]},
    {description, "Type-safe PubSub and Registry for Gleam actors with distributed clustering support"},
    {modules, [glyn@@main,
               glyn@pubsub,
               glyn@registry,
               syn_ffi]},
    {registered, []}
]}.
