zomp #46

Merged
zxq9 merged 11 commits from zomp into master 2025-01-23 19:44:59 +09:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit 749f7943d8 - Show all commits

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ _*
*.swp *.swp
*.swo *.swo
.erlang.cookie .erlang.cookie
ebin ebin/*.beam
log log
erl_crash.dump erl_crash.dump
.rebar .rebar

11
ebin/gmserialization.app Normal file
View File

@ -0,0 +1,11 @@
{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,[]}]}.