{application, spoke_mqtt_actor, [
    {vsn, "1.0.0"},
    {applications, [drift,
                    drift_actor,
                    gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    spoke_core,
                    spoke_mqtt]},
    {description, "A Gleam MQTT 3.1.1 client for the Erlang runtime."},
    {modules, [spoke@mqtt_actor,
               spoke_mqtt_actor@@main]},
    {registered, []}
]}.
