{erl_opts, [debug_info]}.
{deps, [
  {shotgun, "0.5.0"},
  {jsx, "2.9.0"},
  {verl, "1.0.1"},
  {lru, "1.3.1"},
  {backoff, "1.1.6"},
  {uuid, "1.8.0", {pkg, uuid_erl}},
  {eredis, "1.2.0"}
]}.

{profiles, [
    {test, [
        {deps, [
            {bookish_spork, "0.3.5"},
            {cowboy, "2.8.0"}
        ]},
        {extra_src_dirs, [{"test", [{recursive, true}]}]}
    ]}
]}.

{shell, [
    {apps, [ldclient]}
]}.

{ct_opts, [{ct_hooks, [cth_surefire]}]}.
