Packages

OpenTracing Toolkit for ERlang

Current section

Files

Jump to
otter rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
ibrowse,
otter_lib
]}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{profiles, [
{test, [
{deps, [
otter_srv
]}
]}
]}.