From b408a886ccfd74b8790c63f38a1445262065eff8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 7 Jan 2023 20:08:19 +0200 Subject: [PATCH] Added dlog dependency --- dub.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dub.json b/dub.json index b651599..fc6e423 100644 --- a/dub.json +++ b/dub.json @@ -3,6 +3,9 @@ "Tristan B. Kildaire" ], "copyright": "Copyright © 2020, Tristan B. Kildaire", + "dependencies": { + "dlog": "~>0.0.6" + }, "description": "Simple VT100 colourised thread safe pretty printer for debug messages", "license": "LGPL", "name": "gogga",