aboutsummaryrefslogtreecommitdiff
path: root/newsphaser.asd
diff options
context:
space:
mode:
Diffstat (limited to 'newsphaser.asd')
-rw-r--r--newsphaser.asd11
1 files changed, 8 insertions, 3 deletions
diff --git a/newsphaser.asd b/newsphaser.asd
index e1bbc48..0482950 100644
--- a/newsphaser.asd
+++ b/newsphaser.asd
@@ -24,8 +24,13 @@
:description "A Mastodon bot to aggregate posts by popularity."
:homepage "https://github.com/Etenil/newsphaser"
:serial T
- :components ((:file "unhtml")
- (:file "phaser"))
+ :components ((:file "package")
+ (:file "unhtml")
+ (:file "toots")
+ (:file "tracker")
+ (:file "reporter"))
:depends-on (:tooter
:cl-dotenv
- :plump))
+ :cl-redis
+ :plump
+ :alexandria))