{application, carotte, [
    {vsn, "1.0.1"},
    {applications, [amqp_client,
                    gleam_erlang,
                    gleam_stdlib]},
    {description, "A RabbitMQ client for Gleam"},
    {modules, [carotte,
               carotte@channel,
               carotte@exchange,
               carotte@publisher,
               carotte@queue]},
    {registered, []}
]}.
