added app src file
This commit is contained in:
parent
c847594e05
commit
5ad01ed69f
18
src/ecrecover.app.src
Normal file
18
src/ecrecover.app.src
Normal 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, []}
|
||||||
|
]}.
|
Loading…
x
Reference in New Issue
Block a user