Add back app file

This commit is contained in:
2025-01-23 14:38:53 +09:00
parent 6d5378a7ec
commit 67811b43ca
3 changed files with 8 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
{application,eblake2,
[{description,"A pure Erlang Blake2 implementation"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"1.0.1"},
{modules,[eblake2,eblake2_tests]}]}.