summaryrefslogtreecommitdiff
path: root/mulkcms.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 02:01:20 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 02:01:20 +0100
commitbf95e292f148f5c42bf834a64e42bf04154403bf (patch)
tree3575c972f8882acc00a9bc5a3e93f9ff315e7e37 /mulkcms.asd
parentcf2b6c8b3e50e4d68c6bc7f0abdb820882e1d741 (diff)
Optionally use Hashcash for comment verification.
Diffstat (limited to 'mulkcms.asd')
-rw-r--r--mulkcms.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd
index 97520b8..13f0bc6 100644
--- a/mulkcms.asd
+++ b/mulkcms.asd
@@ -9,7 +9,8 @@
:serial t
:version "0.0.1"
:depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence
- :cl-ppcre :cl-fad :cxml :closure-html :json-template :cxml-stp)
+ :cl-ppcre :cl-fad :cxml :closure-html :json-template :cxml-stp
+ :ironclad :flexi-streams)
:components ((:file "package")
(:file "site")
(:file "mulkcms")