{erl_opts, [debug_info]}.
{project_plugins, [
                   rebar3_lint,
                   rebar3_hex
                  ]}.
{deps, [
        {meck, "0.9.2"}
       ]}.

{shell, [
  % {config, "config/sys.config"},
    {apps, [eflambe]}
]}.
