added app src file

This commit is contained in:
John Newby 2019-08-08 12:03:32 +02:00
parent c847594e05
commit 5ad01ed69f

18
src/ecrecover.app.src Normal file
View File

@ -0,0 +1,18 @@
{application, ecrecover,
[{description, "ecrecover implementation"},
{vsn, "1.0.0"},
{registered, []},
{applications,
[kernel,
stdlib,
lager,
enacl,
ecrecover,
ecrecoverprebuilt
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, []},
{links, []}
]}.