project.clj @ 991807da55ff

Moar.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 19:52:37 -0400
parents ead78c7e9a4d
children 893382aa6262
(defproject newseasons "0.1.0-SNAPSHOT"
            :description "FIXME: write this!"
            :dependencies [[org.clojure/clojure "1.2.1"]
                           [org.clojure/clojure-contrib "1.2.0"]
                           [noir "1.2.0"]
                           [postmark "1.0.0"]
                           [cheshire "2.0.2"]
                           [clj-http "0.2.1"]
                           [aleph "0.2.0-beta2"]]
            :main newseasons.server)