Merge pull request #2 from rbkmoney/ft/erlang/release

MSPF-544: Generate erlang release
This commit is contained in:
Sergey Yelin 2020-09-04 17:23:07 +03:00 committed by GitHub
commit 91b6e967e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 18 deletions

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"]}
]}.