rebar.config 346 B

1234567891011121314
  1. %% -*- mode: erlang -*-
  2. {erl_opts, [debug_info]}.
  3. {deps, [
  4. {hstreamdb_erl,
  5. {git, "https://github.com/hstreamdb/hstreamdb_erl.git",
  6. {tag, "0.5.18+v0.18.1+ezstd-v1.0.5-emqx1"}}},
  7. {emqx, {path, "../../apps/emqx"}},
  8. {emqx_utils, {path, "../../apps/emqx_utils"}}
  9. ]}.
  10. {shell, [
  11. {apps, [emqx_bridge_hstreamdb]}
  12. ]}.