14 lines
314 B
Erlang
14 lines
314 B
Erlang
%% -*- mode: erlang -*-
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{hstreamdb_erl,
|
|
{git, "https://github.com/hstreamdb/hstreamdb_erl.git", {tag, "0.4.5+v0.16.1"}}},
|
|
{emqx, {path, "../../apps/emqx"}},
|
|
{emqx_utils, {path, "../../apps/emqx_utils"}}
|
|
]}.
|
|
|
|
{shell, [
|
|
{apps, [emqx_bridge_hstreamdb]}
|
|
]}.
|