about summary refs log tree commit diff stats
path: root/janet/fedi-playground/project.janet
diff options
context:
space:
mode:
Diffstat (limited to 'janet/fedi-playground/project.janet')
-rw-r--r--janet/fedi-playground/project.janet6
1 files changed, 6 insertions, 0 deletions
diff --git a/janet/fedi-playground/project.janet b/janet/fedi-playground/project.janet
new file mode 100644
index 0000000..a8629ce
--- /dev/null
+++ b/janet/fedi-playground/project.janet
@@ -0,0 +1,6 @@
+(declare-project
+  :dependencies [
+    {:url "https://github.com/ianthehenry/judge.git"
+     :tag "v2.6.1"}
+    {:url "https://github.com/janet-lang/spork.git"}
+  ])
\ No newline at end of file