%% -*- mode: erlang -*-
{minimum_otp_vsn, "23"}.
{erl_opts, [
debug_info
]}.
{deps,
[
{zotonic_core, "1.0.0-rc.14"},
{zotonic_filewatcher, "1.0.0-rc.14"},
{zotonic_fileindexer, "1.0.0-rc.14"},
{zotonic_filehandler, "1.0.0-rc.14"},
{zotonic_listen_http, "1.0.0-rc.14"},
{zotonic_listen_smtp, "1.0.0-rc.14"},
{yamerl, "0.8.1"},
{cowmachine, "~> 1.8"}
]
}.
{plugins, []}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.