From a9de5f09f126e37c5884de8fc46ddff17d2a60d6 Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Thu, 2 Oct 2025 22:43:15 -0400 Subject: [PATCH] match dependencies to interface expectations. --- asteroid.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/asteroid.asd b/asteroid.asd index 3fb20f8..725b619 100644 --- a/asteroid.asd +++ b/asteroid.asd @@ -13,6 +13,8 @@ :radiance :i-log4cl :r-clip + :r-simple-rate + :r-simple-profile :lass :cl-json :alexandria @@ -23,8 +25,8 @@ :babel :cl-fad :bordeaux-threads - (:interface :auth) :drakma + (:interface :auth) (:interface :database) (:interface :user)) :pathname "./"