qdate/src/qdate.app.src
Jesse Gumm a504a6adfc Update rebar.config back to choptastic/erlang_localtime
*temporary* until a commit is merged
2015-11-05 11:31:38 -06:00

17 lines
460 B
Erlang

{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.4.2"},
{registered, []},
{applications, [
kernel,
erlang_localtime,
erlware_commons,
stdlib
]},
{modules, [qdate, qdate_srv]},
{env, []},
{contributors, ["Jesse Gumm"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/choptastic/qdate"}]}
]}.