summaryrefslogtreecommitdiff
path: root/project.clj
blob: 4c96e790e0feb3f51f64c93623350d1252461966 (about) (plain)
1
2
3
4
5
6
7
(defproject abra "0.1.0-SNAPSHOT"
  :description "A small library for reverse-routing in compojure applications."
  :url "http://bitbucket.org/czan/abra"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.5.1"]
                 [compojure "1.1.5"]])