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

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
_build _build
c_src c_src
priv priv
ebin ebin/*.beam

11
ebin/gmminer.app Normal file
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,[]}]}.