webtentacle/webtentacle.asd
2023-07-25 22:31:52 -05:00

4 lines
109 B
Common Lisp

(defsystem "webtentacle"
:depends-on ("clack" "quri" "str" "yason")
:components ((:file "webtentacle")))