fixing asdf

This commit is contained in:
Chris Cochrun 2023-12-12 17:26:36 -06:00
parent ed89d0e4e3
commit 1f23cfd321

View file

@ -5,7 +5,14 @@
:version "0.1.0" :version "0.1.0"
:author "Chris Cochrun" :author "Chris Cochrun"
:license "AGPLV3" :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 ((:module "src"
:components :components
((:file "main")))) ((:file "main"))))