Added stuff

This commit is contained in:
Tristan B. Kildaire 2020-10-29 11:18:55 +02:00
parent e2340f6286
commit d8d7742d32
1 changed files with 10 additions and 0 deletions

10
dub.json Normal file
View File

@ -0,0 +1,10 @@
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"description": "Simple VT100 colourised thread safe pretty printer for debug messages",
"license": "LGPL",
"name": "gogga",
"targetType": "library"
}