From d8d7742d32dd87b56c61c86e06be6aaf59fac264 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 29 Oct 2020 11:18:55 +0200 Subject: [PATCH] Added stuff --- dub.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dub.json diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..b651599 --- /dev/null +++ b/dub.json @@ -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" +} \ No newline at end of file