rebar.config 284 B

1234567
  1. {deps, [
  2. {cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {branch, "master"}}},
  3. {ekaf, {git, "https://github.com/helpshift/ekaf.git", {branch, "master"}}},
  4. {emqx, {git, "https://github.com/emqx/emqx.git", {branch, "master"}}}
  5. ]}.
  6. {erl_opts, [debug_info]}.