{erl_opts, [debug_info, warnings_as_errors]}.

{plugins, [rebar3_hex]}.

{deps,
 [
  {jiffy, ".*",
   {git, "git://github.com/rcouch/jiffy.git",
    {branch, "rebar3"}}},
  {lhttpc, ".*",
   {git, "git://github.com/ferd/lhttpc.git",
    {branch, "master"}}}
 ]
}.
