diff options
author | colin <colin@cicadas.surf> | 2023-04-05 20:12:45 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-04-05 20:12:45 -0700 |
commit | 9ee2abe0548805555bd5056c3ed1db940802bfa2 (patch) | |
tree | 4937ce9533aa2cc890d7f2906961e05d46ddacbc /package.lisp | |
parent | ab15bf0b61a8f7787f7a4fbd810d05904d768c0f (diff) |
Hmm... I thoguth I committed some of this already
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 61fb793..4c4d387 100644 --- a/package.lisp +++ b/package.lisp @@ -3,5 +3,6 @@ (defpackage #:fussy (:use #:cl) (:local-nicknames (#:db #:bknr.datastore) - (#:a #:alexandria-2)) + (#:a #:alexandria-2) + (#:lzb #:lazybones)) (:import-from #:defclass-std #:defclass/std)) |