initial untested version with README

This commit is contained in:
Jesse Gumm 2013-01-14 13:58:12 -06:00
commit 9ac0e40446
3 changed files with 187 additions and 0 deletions

12
src/qdate.app.src Normal file
View file

@ -0,0 +1,12 @@
{application, qdate,
[
{description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.0.1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { qdate, []}},
{env, []}
]}.