Current section

Files

Jump to
em_filter rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{cowboy, "2.12.0"},
{jsone, "1.9.0"},
{embryo, "0.1.3"}
]}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{doc, #{provider => edoc}}
]}.