1
0
mirror of https://github.com/deavmi/gogga synced 2024-09-21 09:43:45 +02:00
gogga/dub.json
Tristan B. Velloza Kildaire 1cf5f36dfe Gogga
- Added these methods imma delete (`info()`, `warn()` and `error()`)

Dub

- Upgraded to `dlog` `0.2.1`
2023-03-02 11:29:20 +02:00

13 lines
294 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"dlog": "0.2.1"
},
"description": "Simple VT100 colourised thread safe pretty printer for debug messages",
"license": "LGPL",
"name": "gogga",
"targetType": "library"
}