From 86ecf154165d0f3f8ee40eae5159434ad8b1d758 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 2 Mar 2021 21:09:13 +0200 Subject: [PATCH] Added jcli dependancy --- dub.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dub.json b/dub.json index db71864..bd18ca5 100644 --- a/dub.json +++ b/dub.json @@ -3,6 +3,9 @@ "Tristan B. Kildaire" ], "copyright": "Copyright © 2021, Tristan B. Kildaire", + "dependencies": { + "jcli": "~>0.12.0" + }, "description": "The official Tristan language compiler project", "license": "GPLv3", "name": "tlang"