Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Last active July 31, 2016 19:01
Show Gist options
  • Save jacoelho/e3643b8a00b42c30f7285e60958d90e0 to your computer and use it in GitHub Desktop.
Save jacoelho/e3643b8a00b42c30f7285e60958d90e0 to your computer and use it in GitHub Desktop.
(defproject todo-rest "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"}
:dependencies [[org.clojure/clojure "1.8.0"]
[ring "1.5.0"]
[compojure "1.5.1"]]
:min-lein-version "2.0.0"
:main todo-rest.core
:profiles {:dev {:main todo-rest.core/-dev-main}
:uberjar {:aot :all
:uberjar-name "todo-rest.jar"}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment