initial untested version with README
This commit is contained in:
commit
9ac0e40446
3 changed files with 187 additions and 0 deletions
12
src/qdate.app.src
Normal file
12
src/qdate.app.src
Normal 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, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue