rebar.config 200 B

12345678
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {emqx, {path, "../../apps/emqx"}},
  5. {emqx_utils, {path, "../emqx_utils"}},
  6. {emqx_gateway, {path, "../../apps/emqx_gateway"}}
  7. ]}.