
aecuckoo_SUITE is moved from aecuckoo to aeminer To make the suite pass: - siphash24 module was taken from ae node - enacl has become a dep of aeminer (due to blake2b_256 hash)
15 lines
238 B
Erlang
15 lines
238 B
Erlang
{application, aeminer,
|
|
[{description, "Aeternity cuckoo miner"},
|
|
{vsn, "1.0.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|