diff options
| author | 2023-03-28 16:39:14 -0400 | |
|---|---|---|
| committer | 2023-03-28 16:39:14 -0400 | |
| commit | 3e83c01f205e6d4044ddbd4089785d0c6cabf5bc (patch) | |
| tree | fa36feab9e325f72c76bc3fd0d7b9d31807d8edb | |
| parent | janet: add body-type and co, fix PUTs and bodies (diff) | |
meta: depend on spork
| -rw-r--r-- | project.janet | 3 |
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" |
