emqx/apps/emqx_utils/rebar.config

13 lines
258 B
Erlang

%% -*- mode: erlang -*-
{erl_opts, [
debug_info
]}.
{deps, [
{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.6"}}},
{emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}}
]}.
{project_plugins, [erlfmt]}.