rebar.config
%% -*- mode: erlang -*-
{erl_opts, [
debug_info
]}.
{deps, [
{zotonic_filewatcher, "1.0.0-rc.15"},
{zotonic_fileindexer, "1.0.0-rc.15"},
{zotonic_stdlib, "~> 1.7"},
{erlexec, "~> 1.0"},
{jobs, "0.9.0"},
{buffalo, "~> 2.0"}
]}.
{plugins, []}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.