{require_min_otp_vsn, "22"}.

{erl_opts, [
    debug_info
]}.

{deps, [
    {qdate_localtime, "~> 1.2"},
    {zotonic_stdlib, "~> 1.6"}
]}.

{xref_checks, [
    undefined_function_calls,
    locals_not_used,
    deprecated_function_calls
]}.

{xref_ignores, [
    {template_compiler_parser, return_error, 2}
]}.
