| 1234567891011121314 |
- %% -*- mode: erlang -*-
- {erl_opts, [debug_info]}.
- {deps, [
- {hstreamdb_erl,
- {git, "https://github.com/hstreamdb/hstreamdb_erl.git",
- {tag, "0.5.18+v0.18.1+ezstd-v1.0.5-emqx1"}}},
- {emqx, {path, "../../apps/emqx"}},
- {emqx_utils, {path, "../../apps/emqx_utils"}}
- ]}.
- {shell, [
- {apps, [emqx_bridge_hstreamdb]}
- ]}.
|