qdate/rebar.config

25 lines
435 B
Text
Raw Normal View History

%% -*- erlang -*-
%% vim:ts=4 sw=4 et ft=erlang
2013-01-14 21:20:36 -06:00
{cover_enabled, true}.
2021-06-30 18:03:55 -05:00
{dialyzer, [
2021-06-30 21:11:11 -05:00
{exclude_apps, []},
2021-06-30 18:03:55 -05:00
{warnings, []}
]}.
{deps,
[
erlware_commons,
{qdate_localtime, "~> 1.2.0"}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/qdate">>},
{extras, [<<"README.markdown">>, <<"LICENSE">>]},
{main, <<"readme">>}]}.