From 39cbcbace6b370b1fd991df5b742be7c24214f49 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 8 Mar 2023 17:29:21 +0200 Subject: [PATCH] Dub - Added `libsnooze` version `0.2.9` as a dependency --- dub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index f542959..28f17cd 100644 --- a/dub.json +++ b/dub.json @@ -5,10 +5,11 @@ "copyright": "Copyright © 2022, Tristan B. Kildaire", "dependencies": { "dlog": "0.1.1", - "eventy": "0.4.0" + "eventy": "0.4.0", + "libsnooze": "~>0.2.9" }, "description": "A sane IRC framework for the D language", "license": "LGPL-3.0", "name": "birchwood", "targetType": "library" -} +} \ No newline at end of file