Created
June 7, 2011 15:03
the hugoUI project.clj file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject hugo "0.0.5" | |
:description "HugoUI: Displays the Hugo Award winners/nominees | |
that were stored in the sqlite database" | |
:dependencies [[org.clojure/clojure "1.2.0"] | |
[org.clojure/clojure-contrib "1.2.0"] | |
[sqlitejdbc "0.5.6"]] | |
:main cmdline) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment