rebar.config 138 B

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