Current section

Files

Jump to
carotte src carotte.app.src
Raw

src/carotte.app.src

{application, carotte, [
{vsn, "5.0.0"},
{applications, [amqp_client,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time]},
{description, "A RabbitMQ client for Gleam"},
{modules, [carotte,
carotte@@main,
carotte_ffi]},
{registered, []}
]}.