{erl_opts, [debug_info]}.
{cover_enabled, true}.

{deps, [{jsx, "~>2.9"}]}.

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

{xref_checks, [
   deprecated_function_calls, deprecated_functions, undefined_function_calls, undefined_functions
]}.
