Current section
Files
Jump to
Current section
Files
aws_erlang
rebar.config
rebar.config
{erl_opts, [debug_info, {d, maps_support}]}.
{ex_doc, [
{extras, [<<"README.md">>, <<"LICENSE.md">>, <<"CHANGELOG.md">>]},
{main, <<"readme">>},
{source_ref, <<"0.4.0">>},
{source_url, <<"https://github.com/aws-beam/aws-erlang">>}
]}.
{deps, [{erlware_commons, "1.3.1"},
{hackney, "1.16.0"},
{jsx, "3.0.0"}
]}.