Current section

Files

Jump to
aws_beam_core rebar.config
Raw

rebar.config

{erl_opts, [nowarn_unused_type, debug_info, {d, maps_support}]}.
{deps, [{aws_credentials, "1.0.1"},
{aws_signature, "0.3.3"}
]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc, rebar3_check_app_calls]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{ex_doc, [
{extras, [
{'README.md', #{title => <<"Overview">>}},
{'LICENSE.md', #{title => <<"License">>}}
]},
{main, <<"readme">>},
{homepage_url, <<"https://github.com/aws-beam/aws_beam_core">>},
{source_url, <<"https://github.com/aws-beam/aws_beam_core">>}
]}.