emqx/apps/emqx_statsd/rebar.config

8 lines
181 B
Erlang

{erl_opts, [debug_info]}.
{deps, [{estatsd, {git, "https://github.com/emqx/estatsd", {tag, "0.1.0"}}}]}.
{shell, [
% {config, "config/sys.config"},
{apps, [emqx_statsd]}
]}.