Packages

HTTP Erlang JSON APIs - library for easy API management

Current section

Files

Jump to
heja rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}. %, warnings_as_errors]}.
{xref_checks, [undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,deprecated_functions]}.
{cover_enabled, true}.
{cover_print_enabled, true}.
{deps, [{lejson, "0.6.3"},
{elli, "2.0.1"}]}.