aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-28 16:39:14 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-28 16:39:14 -0400
commit3e83c01f205e6d4044ddbd4089785d0c6cabf5bc (patch)
treefa36feab9e325f72c76bc3fd0d7b9d31807d8edb
parentjanet: add body-type and co, fix PUTs and bodies (diff)
meta: depend on spork
-rw-r--r--project.janet3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.janet b/project.janet
index fe2ed8d..7c6f59a 100644
--- a/project.janet
+++ b/project.janet
@@ -3,7 +3,8 @@
:description "Janet cUrl"
:author "Chloe Kudryavtsev <toast@bunkerlabs.net>"
:license "Unlicense"
- :repo "https://github.com/CosmicToast/jurl.git")
+ :repo "https://github.com/CosmicToast/jurl.git"
+ :dependencies ["spork"])
(declare-native
:name "jurl/native"