Skip to content

Instantly share code, notes, and snippets.

@mariusk
Created September 28, 2010 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariusk/601716 to your computer and use it in GitHub Desktop.
Save mariusk/601716 to your computer and use it in GitHub Desktop.
(defproject mkbook "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[compojure "0.5.0-beta3"]
[ring/ring-jetty-adapter "0.3.0"]
[enlive "1.0.0-SNAPSHOT"]
[org.clojars.macourtney/clj-record "1.0.1"]
[postgresql "8.4-701.jdbc4"]]
:dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment