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