ebin/gmminer.app

This commit is contained in:
Ulf Wiger
2025-04-24 22:37:30 +02:00
parent 4e87116c5f
commit 99aa9dd380
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
_build
c_src
priv
ebin
ebin/*.beam
+11
View File
@@ -0,0 +1,11 @@
{application,gmminer,
[{description,"Gajumaru Cuckoo Cycle mining support"},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib,gmcuckoo]},
{env,[]},
{modules,[gmminer_blake2b_256,gmminer_pow,gmminer_pow_cuckoo,
gmminer_siphash24]},
{maintainers,[]},
{licenses,[]},
{links,[]}]}.