Current section

Files

Jump to
pe4kin rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [debug_info]}.
%% rebar3 format
{deps, [{cowboy, "2.7.0"},
{gun, "1.3.0"},
{pooler, "1.5.3"},
{jiffy, "1.0.4"},
{hut, "1.3.0"}]}.