rebar.config 287 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/emqx/emqx.git", {branch, "main-v4.3"}}}
  5. ]}.
  6. {erl_opts, [debug_info]}.