Current section

Files

Jump to
macula_pubsub rebar.config
Raw

rebar.config

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