Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created June 7, 2011 15:03
the hugoUI project.clj file
(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