Current section

Files

Jump to
aws_http rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{plugins, [rebar3_hex]}.
{deps,
[
{jiffy, ".*",
{git, "git://github.com/rcouch/jiffy.git",
{branch, "rebar3"}}},
{lhttpc, "1.3.0"}
]
}.