rebar.config 451 B

12345678910111213141516
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {emqx, {path, "../emqx"}},
  5. {emqx_utils, {path, "../emqx_utils"}},
  6. {emqx_rule_engine, {path, "../emqx_rule_engine"}},
  7. {erlavro, {git, "https://github.com/emqx/erlavro.git", {tag, "2.10.0"}}},
  8. {jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}},
  9. {gpb, "4.19.9"}
  10. ]}.
  11. {shell, [
  12. % {config, "config/sys.config"},
  13. {apps, [emqx_schema_registry]}
  14. ]}.