diff options
-rw-r--r--[-rwxr-xr-x] | mulkcms.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mulkcms.asd b/mulkcms.asd index 84c2ba9..24ac416 100755..100644 --- a/mulkcms.asd +++ b/mulkcms.asd @@ -10,7 +10,8 @@ :version "0.0.1" :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence :cl-ppcre :cl-fad :cxml :json-template :cxml-stp - :ironclad :flexi-streams :drakma :puri :simple-date) + :ironclad :flexi-streams :drakma :puri :simple-date + :local-time) :components ((:file "package") (:file "site") (:file "mulkcms") |