Add docs to ModernNet and Crockfordb32 (my two other libraries) (#2721)

This should be the last of my edits for a long while now
This commit is contained in:
Yu Vitaqua fer Chronos 2023-10-10 10:44:10 +01:00 committed by GitHub
parent d3e643bf98
commit 8abae746ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,9 @@
"mc"
],
"description": "ModernNet is a barebones library to interact with the Minecraft Java Edition protocol!",
"license": "Apache-2.0"
"license": "Apache-2.0",
"web": "https://github.com/Nimberite-Development/ModernNet",
"doc": "https://nimberite-development.github.io/ModernNet/"
},
{
"name": "worldtree",
@ -51,7 +53,9 @@
"decode"
],
"description": "A simple implementation of Crockford Base32.",
"license": "CC0"
"license": "CC0",
"web": "https://github.com/Yu-Vitaqua-fer-Chronos/Crockford-Base32-Nim",
"doc": "https://yu-vitaqua-fer-chronos.github.io/Crockford-Base32-Nim/"
},
{
"name": "rtmidi",