Skip to content

Commit

Permalink
add colored_logger to packages.json (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
4zv4l committed Jul 2, 2023
1 parent d95b326 commit e27abce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30617,5 +30617,17 @@
"description": "Email parser to JsonNode based on Cyrus JMAP parser",
"license": "BSD",
"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"
}
]

0 comments on commit e27abce

Please sign in to comment.