add colored_logger to packages.json (#2634)

This commit is contained in:
4zv4l 2023-07-02 11:48:16 +02:00 committed by GitHub
parent d95b32695f
commit e27abcec44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30617,5 +30617,17 @@
"description": "Email parser to JsonNode based on Cyrus JMAP parser", "description": "Email parser to JsonNode based on Cyrus JMAP parser",
"license": "BSD", "license": "BSD",
"web": "https://github.com/mildred/emailparser.nim" "web": "https://github.com/mildred/emailparser.nim"
},
{
"name": "colored_logger",
"url": "https://github.com/4zv4l/colored_logger",
"method": "git",
"tags": [
"logging",
"colours",
],
"description": "A simple colored logger from std/logging",
"license": "MIT",
"web": "https://github.com/4zv4l/colored_logger"
} }
] ]