Created
August 24, 2013 08:16
-
-
Save shinseitaro/6326829 to your computer and use it in GitHub Desktop.
enlive tutorial の project.clj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject enlive-tutorial "0.1.0" | |
:description "Enlive Tutorial" | |
:dependencies [[org.clojure/clojure "1.5.1"] | |
[org.clojure/clojure-contrib "1.2.0"] | |
[enlive "1.1.1"] | |
[ring "0.2.5"] | |
[net.cgrand/moustache "1.0.0-SNAPSHOT"]] | |
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]] | |
:source-path "src") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment