All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -4m21s
Removed the oracle type references and updated the dependency list to point to git.qpq.swiss. Reviewed-on: #43 Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
16 lines
265 B
Erlang
16 lines
265 B
Erlang
{application, gmserialization,
|
|
[{description, "Serialization of data for the Gajumaru"},
|
|
{vsn, "0.1.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
crypto,
|
|
base58
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{licenses, []},
|
|
{links, []}
|
|
]}.
|