13 lines
373 B
Erlang
13 lines
373 B
Erlang
%% -*- mode: erlang -*-
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{hstreamdb_erl, {git, "https://github.com/hstreamdb/hstreamdb_erl.git", {tag, "0.2.5"}}},
|
|
{clickhouse, {git, "https://github.com/emqx/clickhouse-client-erl", {tag, "0.3"}}},
|
|
{emqx, {path, "../../apps/emqx"}},
|
|
{emqx_utils, {path, "../../apps/emqx_utils"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_ee_connector]}
|
|
]}.
|