Current section

Files

Jump to
franz src franz.app.src
Raw

src/franz.app.src

{application, franz, [
{vsn, "0.3.0"},
{applications, [brod,
gleam_erlang,
gleam_stdlib]},
{description, "A Gleam library for interacting with Kafka"},
{modules, [franz,
franz@consumers,
franz@producers]},
{registered, []}
]}.