aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-12-21 09:01:46 -0600
committerColin Okay <okay@toyful.space>2020-12-21 09:01:46 -0600
commite156fe7e15e236f11ffb8828273d4014db156d2f (patch)
tree5b4fd66de67f8186a58a7296302c1a4e1769e3f5 /lazybones.asd
parentb7c6f7e5f5397026a6ecc1ffc2aa7d0b82d58816 (diff)
removed dep on parzival, introduced dep on hunchentoot
hopefully the hunchentoot dep is temporary. I had to patch over my ill-conceived multipart form decoder.
Diffstat (limited to 'lazybones.asd')
-rw-r--r--lazybones.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazybones.asd b/lazybones.asd
index 035f675..1d7d578 100644
--- a/lazybones.asd
+++ b/lazybones.asd
@@ -4,15 +4,15 @@
:description "http route handling"
:author "Colin Okay <cbeok@protonmail.com>"
:license "AGPLv3"
- :version "0.1.0"
+ :version "0.2.0"
:serial t
:depends-on (#:clack
+ #:hunchentoot ;; temporary
#:jonathan
#:alexandria
#:split-sequence
#:do-urlencode
#:arrows
- #:parzival
#:uiop
#:cl-fad)
:components ((:file "package")