Current section
Files
Jump to
Current section
Files
barrel_rerank
rebar.config
rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
{deps, []}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{profiles, [
{test, [{deps, [{meck, "0.9.2"}]}]}
]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"CHANGELOG.md", #{title => "Changelog"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/barrel-db/barrel_rerank"},
{source_url, "https://github.com/barrel-db/barrel_rerank"}
]}.