diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-12-18 20:11:32 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2023-01-07 14:22:47 -0600 |
commit | 991f2f44acc7e6f839d3b43225b2f35e32f6887a (patch) | |
tree | 9aba679648b276baa82d3ef978434d34f945bbea /vampire.asd | |
parent | 32310d910b8721f46c96cfb3709ca2d13da7b066 (diff) |
Add: basic first implementation of creating playlist zips
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vampire.asd b/vampire.asd index 2690ca3..ac49ea3 100644 --- a/vampire.asd +++ b/vampire.asd @@ -15,7 +15,8 @@ #:derrida #:ironclad #:jonathan - #:swank) + #:swank + #:zippy) :components ((:file "hunchentoot-handle-static-file") (:file "package") (:file "definition-macros") |