rebar.config 216 B

12345678910111213
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {emqx, {path, "../emqx"}},
  5. {emqx_utils, {path, "../emqx_utils"}}
  6. ]}.
  7. {shell, [
  8. {apps, [emqx_auto_subscribe]}
  9. ]}.
  10. {project_plugins, [erlfmt]}.