initial commit

This commit is contained in:
2026-08-05 14:49:16 -06:00
commit 4244a3625d
3 changed files with 47 additions and 0 deletions

6
haus-tf.asd Normal file
View File

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