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