Advertisement
Guest User

noir-blog-project.clj

a guest
Jul 30th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (defproject noir-blog "0.1.0"
  2. :description "A fully functional blog that serves an example of a noir project."
  3. :dependencies [[org.clojure/clojure "1.3.0"]
  4. [clj-time "0.3.7"]
  5. [noir "1.2.2"]
  6. [org.markdownj/markdownj "0.3.0-1.0.2b4"]
  7. [simpledb "0.1.4"]]
  8. :main noir-blog.server)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement