Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created January 4, 2014 16:18
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 anildigital/bf5af4c882b8d97cacda to your computer and use it in GitHub Desktop.
Save anildigital/bf5af4c882b8d97cacda to your computer and use it in GitHub Desktop.
(defproject clojurebyexample "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-marginalia "0.7.1"] [lein-ring "0.8.8"] [compojure "1.1.6"]]
:ring {:handler clojurebyexample.core/app}
:dependencies [[org.clojure/clojure "1.5.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment