12 lines
370 B
Erlang
12 lines
370 B
Erlang
%% -*- mode: erlang; -*-
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [ {ecql, {git, "https://github.com/emqx/ecql.git", {tag, "v0.5.2"}}}
|
|
, {emqx_connector, {path, "../../apps/emqx_connector"}}
|
|
, {emqx_resource, {path, "../../apps/emqx_resource"}}
|
|
, {emqx_bridge, {path, "../../apps/emqx_bridge"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_bridge_cassandra]}
|
|
]}.
|