Current section

Files

Jump to
aws_signature rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_ex_doc]}.
{ex_doc, [
{extras, [<<"CHANGELOG.md">>, <<"LICENSE">>]},
{main, <<"aws_signature">>},
{source_url, <<"https://github.com/aws-beam/aws_signature">>}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.