qdate/rebar.config

10 lines
198 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}.
{deps,
[
erlware_commons,
{qdate_localtime, {git, "https://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}}
]}.