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