fistful-server/apps/fistful/src/fistful.app.src

32 lines
642 B
Plaintext
Raw Normal View History

2018-06-13 13:43:48 +00:00
{application, fistful, [
{description,
"Wallet processing"
},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib,
genlib,
ff_core,
snowflake,
2018-06-13 13:43:48 +00:00
machinery,
machinery_extra,
2019-07-10 15:25:42 +00:00
woody,
2018-06-15 16:15:14 +00:00
woody_user_identity,
uuid,
2019-09-16 16:58:24 +00:00
damsel,
2018-06-13 13:43:48 +00:00
dmt_client,
shumpune_proto,
party_client,
id_proto,
binbase_proto
2018-06-13 13:43:48 +00:00
]},
{env, []},
{maintainers, [
"Andrey Mayorov <a.mayorov@rbkmoney.com>"
]},
{licenses, ["Apache 2.0"]},
2018-06-13 13:43:48 +00:00
{links, ["https://github.com/rbkmoney/fistful-server"]}
]}.