From ea2fa30e6dba640ea86e9f31e6d48b0255a3556c Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 24 Sep 2024 15:01:34 -0400 Subject: [PATCH] Add net.nosial.loglib & net.nosial.optslib dependencies to project.json --- project.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/project.json b/project.json index e7bb971..309a42f 100644 --- a/project.json +++ b/project.json @@ -34,6 +34,16 @@ "name": "net.nosial.configlib", "version": "latest", "source": "nosial/libs.config=latest@n64" + }, + { + "name": "net.nosial.loglib", + "version": "latest", + "source": "nosial/libs.log=latest@n64" + }, + { + "name": "net.nosial.optslib", + "version": "latest", + "source": "nosial/libs.opts=latest@n64" } ], "configurations": [