about summary refs log tree commit diff stats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 3d3d3f5..a3b4995 100644
--- a/project.clj
+++ b/project.clj
@@ -3,4 +3,5 @@
   :url "https://github.com/alanpearce/microformats"
   :license {:name "MIT License"
             :url "http://opensource.org/licenses/MIT"}
-  :dependencies [[org.clojure/clojure "1.6.0"]])
+  :dependencies [[org.clojure/clojure "1.6.0"]
+                 [enlive "1.1.5"]])