add vrlp project

This commit is contained in:
2023-07-06 11:08:25 -06:00
parent 6c80c37efa
commit 754a3faf89
6 changed files with 77 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{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]}]}.