/ apps / aefate / src / aefate.app.src
aefate.app.src
 1  {application, aefate,
 2   [{description, "Fate: Fast aeternity transaction engine"},
 3    {vsn, "0.0.1"},
 4    {registered, []},
 5    {applications,
 6     [kernel,
 7      stdlib,
 8      lager,
 9      aebytecode,
10      getopt,
11      ecrecover,
12      emcl
13     ]},
14    {env,[]},
15    {modules, []},
16    {maintainers, []},
17    {licenses, []},
18    {links, []}
19   ]}.