From 440ef79a3a1294abc2a054665c1fc107caf9a113 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 2 Oct 2023 15:04:59 +0200 Subject: [PATCH] Dub - Added `niknaks` package with a minimum version of `v0.3.0` --- dub.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 1f2fe98..3e0a8db 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,8 @@ ], "copyright": "Copyright © 2023, Tristan B. Kildaire", "dependencies": { - "bformat": ">=4.1.1" + "bformat": ">=4.1.1", + "niknaks": ">=0.3.0" }, "description": "Tristanable network message queuing framework", "homepage": "https://deavmi.assigned.network/projects/tristanable",