Skip to content

Instantly share code, notes, and snippets.

@slagyr
Created April 15, 2010 17:30
Show Gist options
  • Save slagyr/367386 to your computer and use it in GitHub Desktop.
Save slagyr/367386 to your computer and use it in GitHub Desktop.
(defproject lein_issue "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]
[compojure "0.4.0-SNAPSHOT"]
[ring/ring-jetty-adapter "0.2.0"]]
:main lein_issue.core)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment