Current section

Files

Jump to
espace rebar.config
Raw

rebar.config

%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et
{erl_opts, [debug_info]}.
{deps, [
etsmgr
]
}.
{plugins, [
rebar3_bench,
rebar3_hex
]}.