Current section
Files
Jump to
Current section
Files
cowmachine
rebar.config
rebar.config
%%-*- mode: erlang -*-
{require_min_otp_vsn, "19"}.
{erl_opts, [
{parse_transform, lager_transform}
]
}.
{deps,
[
{lager, "3.6.1"},
{zotonic_stdlib, "1.0.0"},
{cowboy, "2.3.0"}
]}.
{xref_checks, [undefined_function_calls,
locals_not_used,
deprecated_function_calls]}.