Advertisement
Guest User

Untitled

a guest
Sep 18th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. (defproject myproject "0.5.0-SNAPSHOT"
  2. :description "A project for doing things."
  3. :url "http://github.com/technomancy/myproject"
  4. :dependencies [[org.clojure/clojure "1.4.0"] [clojure-csv/clojure-csv "2.0.0-alpha2"]]
  5. :plugins [[lein-ring "0.4.5"]
  6. [org.clojure/data.csv "0.1.2"]]
  7. :main foo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement