aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorCoin Okay <cbeok@protonmail.com>2020-04-22 21:06:03 -0500
committerCoin Okay <cbeok@protonmail.com>2020-04-22 21:06:03 -0500
commit8bcb8fb88f7039404e01eeac8814564062ecf350 (patch)
tree8e6ca113e6e9eaaa8ab8b809807644a627a63a21 /package.lisp
parent85b00ffcca2590d737309da0d71f7f5061aff12d (diff)
multipart/form-data decoder
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 4a15d03..6e0ab3d 100644
--- a/package.lisp
+++ b/package.lisp
@@ -24,6 +24,6 @@
))
(defpackage #:lazybones.decoders
- (:use #:cl)
+ (:use #:cl #:parzival)
(:import-from #:lazybones
#:add-decoder))