Skip to content

Instantly share code, notes, and snippets.

@pfeff
Created September 14, 2012 01:12
Show Gist options
  • Save pfeff/3719173 to your computer and use it in GitHub Desktop.
Save pfeff/3719173 to your computer and use it in GitHub Desktop.
(defproject todo-compojure "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[org.clojure/clojure "1.4.0"]
[compojure "1.1.1"]]
:plugins [[lein-ring "0.7.3"]]
:ring {:handler todo-compojure.handler/app}
:profiles
{:dev {:dependencies [[ring-mock "0.1.3"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment