8 lines
310 B
Erlang
8 lines
310 B
Erlang
{application,vrlp,
|
|
[{description,"Vanillae's implementation of the Ethereum Recursive-Length-Prefix (RLP) codec"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[vrlp]}]}.
|