Current section

Files

Jump to
tunnerl rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
%% ex: ft=erlang
{plugins, [rebar3_hex]}.
{deps, [
ranch
]}.
{erl_opts, [
debug_info
]}.