eblake2/ebin/eblake2.app
2025-01-23 14:38:53 +09:00

8 lines
288 B
Erlang

{application,eblake2,
[{description,"A pure Erlang Blake2 implementation"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"1.0.1"},
{modules,[eblake2,eblake2_tests]}]}.