Current section

Files

Jump to
macula_gateway rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{macula_quic, "0.2.0"},
{macula_protocol, "0.2.0"}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.