emqx/apps/emqx_machine/rebar.config

10 lines
192 B
Erlang

%% -*- mode: erlang -*-
{deps, [
{emqx, {path, "../emqx"}},
{emqx_dashboard, {path, "../emqx_dashboard"}},
{emqx_utils, {path, "../emqx_utils"}}
]}.
{project_plugins, [erlfmt]}.