rebar.config 239 B

123456789
  1. %% -*- mode: erlang; -*-
  2. {deps, [
  3. {emqx, {path, "../../apps/emqx"}},
  4. {erlcloud, {git, "https://github.com/emqx/erlcloud", {tag, "3.7.0.3"}}},
  5. {emqx_bridge_http, {path, "../emqx_bridge_http"}}
  6. ]}.
  7. {project_plugins, [erlfmt]}.