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" + ] }