qdate/src/qdate.app.src

13 lines
268 B
Text
Raw Normal View History

2013-01-14 13:58:12 -06:00
{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
2015-04-30 14:49:24 -05:00
{vsn, "0.4.0"},
2013-01-14 13:58:12 -06:00
{registered, []},
{applications, [
kernel,
stdlib
]},
{modules, [qdate, qdate_srv]},
2013-01-14 13:58:12 -06:00
{env, []}
]}.