From 1f23cfd3214d8828553942ebb29fcb4ba8737d5a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 Dec 2023 17:26:36 -0600 Subject: [PATCH] fixing asdf --- tfcserver.asd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tfcserver.asd b/tfcserver.asd index 1246ab3..118be06 100644 --- a/tfcserver.asd +++ b/tfcserver.asd @@ -5,7 +5,14 @@ :version "0.1.0" :author "Chris Cochrun" :license "AGPLV3" - :depends-on ("hunchentoot" "dexador" "serapeum" "clack" "com.inuoe.jzon" "bordeaux-threads") ;; <== list of Quicklisp dependencies + :depends-on ("hunchentoot" + "dexador" + "serapeum" + "clack" + "com.inuoe.jzon" + "bordeaux-threads" + "spinneret" + "lass") ;; <== list of Quicklisp dependencies :components ((:module "src" :components ((:file "main"))))