Packages

AMQP Client for Snatch

Current section

Files

Jump to
claws_rabbitmq rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{snatch, "0.1.0"},
{amqp_client, "3.6.14"}
]}.
{plugins, [rebar3_hex]}.
{xref_checks, [undefined_function_calls, undefined_functions,
deprecated_function_calls, deprecated_functions]}.
{profiles, [
{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/manuel-rubio/snatch"}}
]}
]}
]}.