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