aboutsummaryrefslogtreecommitdiff
path: root/weekend.asd
diff options
context:
space:
mode:
Diffstat (limited to 'weekend.asd')
-rw-r--r--weekend.asd5
1 files changed, 3 insertions, 2 deletions
diff --git a/weekend.asd b/weekend.asd
index e48b022..6e3b9f4 100644
--- a/weekend.asd
+++ b/weekend.asd
@@ -5,9 +5,10 @@
:author "colin <colin@cicadas.surf>"
:license "AGPLv3.0"
:version "0.0.1"
- :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind)
+ :depends-on (#:hunchentoot #:closer-mop #:alexandria #:flatbind #:argot)
:pathname "src/"
:serial t
:components ((:file "package")
(:file "protocol")
- (:file "endpoint")))
+ (:file "endpoint")
+ (:file "defendpoint")))