aboutsummaryrefslogtreecommitdiff
path: root/project.clj
blob: 633f99a4722e1498a420c2b77ac175b202a06555 (plain)
1
2
3
4
5
6
7
8
(defproject ctf-website "0.1.0-SNAPSHOT"
            :description "FIXME: write this!"
            :dependencies [[org.clojure/clojure "1.3.0"]
                           [noir "1.2.1"]
                           [simpledb "0.1.4"]
                           [net.sf.jpam/jpam "1.1"]]
            :main ctf-website.server)