Current section
Files
Jump to
Current section
Files
src/carotte.app.src
{application, carotte, [
{vsn, "2.0.0"},
{applications, [amqp_client,
gleam_erlang,
gleam_stdlib]},
{description, "A RabbitMQ client for Gleam"},
{modules, [carotte,
carotte@@main,
carotte@channel,
carotte@exchange,
carotte@publisher,
carotte@queue,
carotte_ffi]},
{registered, []}
]}.