Add erlang application file

This commit is contained in:
Sergey Yelin 2020-09-04 13:48:46 +03:00
parent bf41164b84
commit 7a30792172
No known key found for this signature in database
GPG Key ID: 0B653F3417EAEC54

13
src/pstds_proto.app.src Normal file
View File

@ -0,0 +1,13 @@
{application, pstds_proto,
[{description, "Payment System Token Data Storage"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{licenses, ["Apache 2.0"]}
]}.