emqx/apps/emqx_s3/rebar.config

10 lines
239 B
Erlang

%% -*- mode: erlang; -*-
{deps, [
{emqx, {path, "../../apps/emqx"}},
{erlcloud, {git, "https://github.com/emqx/erlcloud", {tag, "3.7.0.3"}}},
{emqx_bridge_http, {path, "../emqx_bridge_http"}}
]}.
{project_plugins, [erlfmt]}.