|
|
@ -1,14 +1,10 @@ |
|
|
|
{application, erlUtils, |
|
|
|
[{description, "An OTP library"}, |
|
|
|
{vsn, "0.1.0"}, |
|
|
|
[{description, "erlang misc utils!!!"}, |
|
|
|
{vsn, "1.0.0"}, |
|
|
|
{registered, []}, |
|
|
|
{applications, |
|
|
|
[kernel, |
|
|
|
stdlib |
|
|
|
]}, |
|
|
|
{applications, [kernel, stdlib]}, |
|
|
|
{env, []}, |
|
|
|
{modules, []}, |
|
|
|
|
|
|
|
{licenses, ["Apache 2.0"]}, |
|
|
|
{licenses, ["MIT License"]}, |
|
|
|
{links, []} |
|
|
|
]}. |