Packages

REST Client for Snatch

Current section

Files

Jump to
claws_rest rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{snatch, "0.1.0"},
{ibrowse, "4.4.0"}
]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{cover_opts, [verbose]}.
{eunit_opts, [verbose]}.
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.
{plugins, [rebar3_hex]}.
{profiles, [
{test, [
{deps, [
{elli, "1.0.5"}
]}
]},
{doc, [
{plugins, [
{rebar_edown_plugin,
{git, "git://github.com/altenwald/rebar_edown_plugin.git", {branch, "master"}}
}
]},
{edoc_opts,[
{doclet, edown_doclet},
{edown_target, github},
{top_level_readme, {"./README.md", "http://github.com/snatch-xmpp/snatch_test_framework"}}
]}
]}
]}.