From aee7f487f97c10c15b6c7b48156cc95db19d9137 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 7 Jan 2023 11:12:15 -0600 Subject: First Draft of hero creation and login --- package.lisp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 2c7bff8..a844c56 100644 --- a/package.lisp +++ b/package.lisp @@ -6,10 +6,14 @@ (#:idx #:bknr.indices) (#:lzb #:lazybones) (#:re #:cl-ppcre) - (#:json #:jonathan)) + (#:json #:jonathan) + (#:a #:alexandria-2)) (:import-from #:lazybones #:defendpoint*) (:import-from #:derrida - #:with-plist)) + #:with-plist) + (:import-from #:spinneret + #:with-html + #:with-html-string)) -- cgit v1.2.3