Remove deps

This commit is contained in:
Akira Tempaku 2025-03-29 12:25:19 +09:00
commit f3d6673041
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 2 additions and 21 deletions

7
hp.asd
View file

@ -1,10 +1,7 @@
(defsystem "hp"
:description "My personal project template for Common Lisp"
:author "paku <paku@skyizwhite.dev>"
:description "My personal website"
:author "Akira Tempaku <paku@skyizwhite.dev>"
:class :package-inferred-system
:pathname "src"
:depends-on ("hp/main")
:in-order-to ((test-op (test-op "hp-tests"))))
(register-system-packages "lack-middleware-static" '(:lack.middleware.static))
(register-system-packages "lack-middleware-accesslog" '(:lack.middleware.accesslog))