summaryrefslogtreecommitdiff
path: root/cmamut.asd
diff options
context:
space:
mode:
Diffstat (limited to 'cmamut.asd')
-rw-r--r--cmamut.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmamut.asd b/cmamut.asd
index e37056b..a7fa800 100644
--- a/cmamut.asd
+++ b/cmamut.asd
@@ -1,6 +1,6 @@
(asdf:defsystem #:cmamut
:serial t
- :depends-on ()
+ :depends-on (#:json)
:components
((:file "package")
(:file "cmamut")))