rebar.config 179 B

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