From bf95e292f148f5c42bf834a64e42bf04154403bf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 15 Mar 2011 02:01:20 +0100 Subject: Optionally use Hashcash for comment verification. --- mulkcms.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mulkcms.asd') 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") -- cgit v1.2.3