Created
December 2, 2012 12:01
-
-
Save Raynes/4188351 to your computer and use it in GitHub Desktop.
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 noir-example "0.1.0" | |
:description "An example of a noir project" | |
:dependencies [[org.clojure/clojure "1.4.0"] | |
[noir "1.3.0"]] | |
:plugins [[lein-ring "0.7.5"]] | |
:ring {:handler noir-example.server/handler} | |
:main noir-example.server) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment