emqx/lib-ee/emqx_ee_connector/rebar.config

11 lines
298 B
Erlang

{erl_opts, [debug_info]}.
{deps, [
{hstreamdb_erl, {git, "https://github.com/hstreamdb/hstreamdb_erl.git", {tag, "0.2.5"}}},
{influxdb, {git, "https://github.com/emqx/influxdb-client-erl", {tag, "1.1.6"}}},
{emqx, {path, "../../apps/emqx"}}
]}.
{shell, [
{apps, [emqx_ee_connector]}
]}.