Files
haus.tf/haus-tf.asd
2026-08-05 14:49:16 -06:00

7 lines
227 B
Common Lisp

(defsystem "haus-tf"
:version "0.0.1"
:author "Rawley Fowler"
:license "MIT"
:depends-on ("woo" "clack" "lack" "spinneret" "cl-dbi" "ningle")
:components ((:file "main")))