Current section
Files
Jump to
Current section
Files
aws_erlang
rebar.config
rebar.config
{erl_opts, [debug_info, {d, maps_support}]}.
{deps, [{erlware_commons, "1.6.0"},
{hackney, "1.18.0"},
{jsx, "3.0.0"}
]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{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-erlang">>},
{source_url, <<"https://github.com/aws-beam/aws-erlang">>}
]}.