Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{dialyzer,[{base_plt_apps, [erts,kernel,stdlib,public_key]}]}.
{ex_doc, [
{source_url, <<"https://github.com/simplito/ecies-erl">>},
{extras, [<<"README.md">>, <<"CHANGELOG.md">>, <<"LICENSE.md">>]},
{main, <<"README.md">>},
{sortfunctions, false}
]}.
{hex, [{doc, ex_doc}]}.