ebin/gmminer.app
This commit is contained in:
parent
4e87116c5f
commit
99aa9dd380
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
_build
|
_build
|
||||||
c_src
|
c_src
|
||||||
priv
|
priv
|
||||||
ebin
|
ebin/*.beam
|
||||||
|
11
ebin/gmminer.app
Normal file
11
ebin/gmminer.app
Normal 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,[]}]}.
|
Loading…
x
Reference in New Issue
Block a user