summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-04-18 21:10:24 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-04-18 21:10:24 -0500
commitc13506f996a671d08612879d359cbee75cb8e42c (patch)
tree9fdb677c365956b0f29a18f82fc8bf9123f57a32 /package.lisp
parentec408cc4235a18b9089a93aee6145bb398346577 (diff)
Feature: alpha version of the snekeyes dice rolling bot
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..2936e1a
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+;;;; package.lisp
+
+(defpackage #:snekeyes
+ (:use #:cl #:granolin))