Current section
Files
Jump to
Current section
Files
erlangchain
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{plugins, [rebar3_hex]}.