From 8e27ef2a45052ffc7a5eb275e99af34b9195fa72 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Fri, 7 Mar 2025 05:21:23 +0000 Subject: Added tracker --- newsphaser.asd | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'newsphaser.asd') 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)) -- cgit v1.2.3