rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{deps,
 [
  {folsom, ".*", {git, "https://github.com/basho/folsom.git", {tag, "0.7.4p5"}}},
  ddb_client
 ]}.