mirror of
https://github.com/correl/riichi.git
synced 2025-02-24 19:15:49 +00:00
13 lines
216 B
Text
13 lines
216 B
Text
|
{application, riichi,
|
||
|
[
|
||
|
{description, ""},
|
||
|
{vsn, "1"},
|
||
|
{registered, []},
|
||
|
{applications, [
|
||
|
kernel,
|
||
|
stdlib
|
||
|
]},
|
||
|
{mod, { riichi_app, []}},
|
||
|
{env, []}
|
||
|
]}.
|