rebar.config

% -*- erlang -*-
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
 [
  poolboy,
  lager,
  {qdate, ".*", {git, "https://github.com/choptastic/qdate.git", {tag, "0.3.0"}}},
  %% {qdate, "0.3.0"},
  dproto,
  ddb_client,
  mmath,
  dflow
 ]}.

{profiles,
 [{eqc, [{plugins, [rebar3_eqc]}]}]}.