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