diff options
Diffstat (limited to 'wajir.asd')
-rw-r--r-- | wajir.asd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,12 +13,14 @@ (defsystem wajir :version "0.0.1" :depends-on (:cl-base64 + :cl-smtp :com.inuoe.jzon :dexador) :components ((:module "src" :serial t :components ((:file "package") (:file "config") + (:file "email") (:file "main")))) :build-operation "program-op" |