rebar.config 308 B

1234567
  1. {deps, [
  2. {cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {branch, "main"}}},
  3. {brod, {git, "https://github.com/kafka4beam/brod.git", {tag, "3.16.3"}}},
  4. {emqx, {git_subdir, "https://github.com/ULTRAKID/emqx", {tag, "v4.3.12-with-kafka"}, "apps/emqx"}}
  5. ]}.
  6. {erl_opts, [debug_info]}.