mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
15 lines
271 B
Text
15 lines
271 B
Text
|
{application, {{libid}},
|
||
|
[
|
||
|
{description, "An Erlang {{libid}} library"},
|
||
|
{vsn, "1"},
|
||
|
{modules, [
|
||
|
{{libid}}
|
||
|
]},
|
||
|
{registered, []},
|
||
|
{applications, [
|
||
|
kernel,
|
||
|
stdlib
|
||
|
]},
|
||
|
{env, []}
|
||
|
]}.
|