Skip to content

Instantly share code, notes, and snippets.

(defproject todo "0.1.0-SNAPSHOT"
:description "My Todo MVC example"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["src/clj" "src/cljs"]
:dependencies [;; CORE
[org.clojure/clojure "1.6.0"]
[org.clojure/tools.nrepl "0.2.10"]