aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..279eb37
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,8 @@
+(defpackage oneliners.api
+ (:use :cl)
+ (:local-nicknames (#:lzb #:lazybones)
+ (#:a #:alexandria-2)
+ (#:db #:bknr.datastore))
+ (:import-from #:lazybones
+ #:defendpoint*
+ #:http-err))