rebar.config 258 B

123456789101112
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [
  3. debug_info
  4. ]}.
  5. {deps, [
  6. {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}},
  7. {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}}
  8. ]}.
  9. {project_plugins, [erlfmt]}.