Skip to content

Commit

Permalink
Add database libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
atgreen committed Jan 23, 2019
1 parent 6e4d739 commit 01348e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rlgl-server.asd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(asdf:defsystem #:rlgl-server
:description "The Red Light Green Light server."
:author "Anthony Green <green@moxielogic.com>"
:version "0"
:version "0"
:serial t
:components ((:file "util")
(:file "matcher")
Expand All @@ -33,4 +33,4 @@
:depends-on (:cl-toml :snooze :cl-json :plump :lquery :ironclad
:inferior-shell :cl-fad :hunchentoot :spinneret
:cl-json-util :cl-fad :str :log4cl :cl-ppcre
:cxml))
:cxml :cl-dbi :pooler))

0 comments on commit 01348e2

Please sign in to comment.