All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
12 lines
488 B
Erlang
12 lines
488 B
Erlang
{application,gmserialization,
|
|
[{description,"Serialization of data for the Gajumaru"},
|
|
{vsn,"0.1.2"},
|
|
{registered,[]},
|
|
{applications,[kernel,stdlib,crypto,base58]},
|
|
{env,[]},
|
|
{modules,[gmser_api_encoder,gmser_chain_objects,
|
|
gmser_contract_code,gmser_delegation,gmser_id,
|
|
gmser_rlp,gmserialization]},
|
|
{licenses,[]},
|
|
{links,[]}]}.
|