emqx/apps/emqx_statsd/rebar.config

16 lines
318 B
Erlang

%% -*- mode: erlang -*-
{erl_opts, [debug_info]}.
{deps, [
{emqx, {path, "../emqx"}},
{emqx_utils, {path, "../emqx_utils"}},
{estatsd, {git, "https://github.com/emqx/estatsd", {tag, "0.1.0"}}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [emqx_statsd]}
]}.
{project_plugins, [erlfmt]}.