Current section
Files
Jump to
Current section
Files
rebar.config
%% vim: set ft=erlang:
{erl_opts, [debug_info]}.
{deps, [
%% Needed to configure SuperStreams.
amqp_client
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://gitlab.com/evnu/lake">>},
{extras, [<<"README.md">>, <<"LICENSE">>, <<"CHANGELOG.md">>]},
{main, <<"readme">>}]}.