diff options
author | colin <colin@cicadas.surf> | 2024-05-13 16:37:14 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-13 16:37:14 -0700 |
commit | b912459040ec0eea7a83df195c8aab7dd206296b (patch) | |
tree | 54e9f95d570a141e3b37a21b42a488bca4d4dd06 | |
parent | 31b4519eceac7d12ca22fa5bf2e96035ee6003d0 (diff) |
Add: serapeum
-rw-r--r-- | weekend.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weekend.asd b/weekend.asd index 6e3b9f4..c844f7b 100644 --- a/weekend.asd +++ b/weekend.asd @@ -5,7 +5,7 @@ :author "colin <colin@cicadas.surf>" :license "AGPLv3.0" :version "0.0.1" - :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind #:argot) + :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind #:argot #:serapeum) :pathname "src/" :serial t :components ((:file "package") |