From 5c1d865329b2cebc8b864ba1198a9ab7ee86bb58 Mon Sep 17 00:00:00 2001 From: Tristan Brice Velloza Kildaire Date: Sun, 5 May 2024 13:57:32 +0200 Subject: [PATCH] Test files - Updated `t.pkg` --- t.pkg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/t.pkg b/t.pkg index a16eab1..0870db4 100644 --- a/t.pkg +++ b/t.pkg @@ -2,6 +2,10 @@ "name": "MyProj", "description": "A basic project", "type": "application", - "entrypoint": "../code/source/tlang/testing/simple_comments.t" + "entrypoint": "../code/source/tlang/testing/simple_comments.t", + "dependencies": [ + "file:///tmp/bruh", + "http://google.com/mypack.pkg" + ] }