Skip to content

Instantly share code, notes, and snippets.

@masnun
Last active August 29, 2015 14:11
Show Gist options
  • Save masnun/10671a2077c2df9d51e9 to your computer and use it in GitHub Desktop.
Save masnun/10671a2077c2df9d51e9 to your computer and use it in GitHub Desktop.
(defproject my-project "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:main my-project.core
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:profiles {:dev {:source-paths ["startup"]}}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.namespace "0.2.7"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment