mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
6 lines
117 B
Text
6 lines
117 B
Text
|
{application, app,
|
||
|
[{vsn, "1"},
|
||
|
{modules, []},
|
||
|
{registered, []},
|
||
|
{applications, [kernel, stdlib]}]}.
|