Skip to content

Instantly share code, notes, and snippets.

@ccfontes
Created October 6, 2012 21:32
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 ccfontes/3846200 to your computer and use it in GitHub Desktop.
Save ccfontes/3846200 to your computer and use it in GitHub Desktop.
(defproject myapp "0.1.0-PROOF-OF-CONCEPT"
:description ""
:dependencies [[org.clojure/clojure "1.4.0"]
[postgresql/postgresql "9.1-901.jdbc4"]
[noir "1.3.0-beta10"]
[crudite "0.1.1"]
[org.clojure/java.jdbc "0.2.3"]
[cljs-uuid "0.0.3"]
[clj-time "0.4.4"]
[noir-cljs "0.3.0"]
[com.cemerick/drawbridge "0.0.6" :exclusions [ring/ring-core]]
[org.clojure/tools.cli "0.2.2"]]
:plugins [[lein-exec "0.2.1"]]
:min-lein-version "2.0.0"
:main ^{:skip-aot true} app.server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment