rebar.config 291 B

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