Add nim-binary-serialization (#3040)

This commit is contained in:
zah 2025-05-11 15:41:15 +03:00 committed by GitHub
parent 82a19aa591
commit 13d3ad2de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7934,6 +7934,19 @@
"license": "MIT",
"web": "https://github.com/status-im/nim-ssz-serialization"
},
{
"name": "binary_serialization",
"url": "https://github.com/status-im/nim-binary-serialization",
"method": "git",
"tags": [
"library",
"binary",
"serialization"
],
"description": "Binary packed serialization compatible with the status-im/nim-serialization framework",
"license": "MIT",
"web": "https://github.com/status-im/nim-binary-serialization"
},
{
"name": "confutils",
"url": "https://github.com/status-im/nim-confutils",