mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
13 lines
222 B
Text
13 lines
222 B
Text
|
{application, {{appid}},
|
||
|
[
|
||
|
{description, ""},
|
||
|
{vsn, "1"},
|
||
|
{registered, []},
|
||
|
{applications, [
|
||
|
kernel,
|
||
|
stdlib
|
||
|
]},
|
||
|
{mod, { {{appid}}_app, []}},
|
||
|
{env, []}
|
||
|
]}.
|