{require_min_otp_vsn, "22"}.

{erl_opts, [
    debug_info
]}.

{deps, [
    {erlang_localtime, "1.0.0"},
    {zotonic_stdlib, "1.6.0"}
]}.

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

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