adding cl-smtp

This commit is contained in:
Chris Cochrun 2023-12-12 17:28:35 -06:00
parent 1f23cfd321
commit c5f5f8974a
3 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,8 @@
"com.inuoe.jzon"
"bordeaux-threads"
"spinneret"
"lass") ;; <== list of Quicklisp dependencies
"lass"
"cl-smtp") ;; <== list of Quicklisp dependencies
:components ((:module "src"
:components
((:file "main"))))