leiningen/test/project.clj
Phil Hagelberg d230820d8d Remove need for fully-qualified defproject.
Not sure I'm 100% happy with this solution as it adds a var in clojure.core.
2009-11-09 22:18:02 -08:00

5 lines
200 B
Clojure

(defproject nomnomnom
:version "1.0-SNAPSHOT"
:dependencies [["org.clojure" "clojure" "1.0.0"]
["rome" "rome" "0.9"]
["org.ccil.cowan.tagsoup" "tagsoup" "1.2"]])