emqx/apps/emqx_utils/rebar.config

12 lines
169 B
Erlang

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