Update packages.json (#2111)

This commit is contained in:
flenniken 2022-01-10 04:30:51 -08:00 committed by GitHub
parent 8f8fbd6fea
commit 66507c8cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24765,6 +24765,19 @@
"license": "Unlicense",
"web": "https://git.sr.ht/~ehmry/base45"
},
{
"name": "utf8tests",
"url": "https://github.com/flenniken/utf8tests",
"method": "git",
"tags": [
"UTF-8",
"decoder"
],
"description": "UTF-8 test cases and supporting code.",
"license": "MIT",
"web": "https://github.com/flenniken/utf8tests/",
"doc": "https://github.com/flenniken/utf8tests/"
},
{
"name": "xlsxio",
"url": "https://github.com/jiiihpeeh/xlsxio-nim",