Current section
Files
Jump to
Current section
Files
filezcache
rebar.config
rebar.config
%%-*- mode: erlang -*-
{require_min_otp_vsn, "22.1"}.
{erl_opts, [
]}.
{project_plugins, [rebar3_ex_doc]}.
{deps, []}.
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]}.
{xref_ignores, [
]}.
{profiles, [
{doc_private, [
{edoc_opts, [
{private, true}
]}
]}
]}.
{edoc_opts, [
{preprocess, true},
{stylesheet, "style.css"}
]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/mworrell/filezcache">>},
{extras, [ <<"README.md">>, <<"LICENSE">>, <<"LICENSE-MIT">> ]},
{main, <<"readme">>}
]}.