13 lines
385 B
Erlang
13 lines
385 B
Erlang
{erl_opts, [
|
|
debug_info
|
|
]}.
|
|
|
|
{deps, [
|
|
{emqx_connector, {path, "../../apps/emqx_connector"}},
|
|
{emqx_resource, {path, "../../apps/emqx_resource"}},
|
|
{emqx_bridge, {path, "../../apps/emqx_bridge"}},
|
|
{greptimedb, {git, "https://github.com/GreptimeTeam/greptimedb-client-erl", {tag, "v0.1.2"}}}
|
|
]}.
|
|
{plugins, [rebar3_path_deps]}.
|
|
{project_plugins, [erlfmt]}.
|