about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-09-11 17:47:34 +0100
committerAlan Pearce2014-09-11 17:47:34 +0100
commit31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092 (patch)
treee7f8d87d8c8144bc28673cf92c5ec5613cfc15f3
parent8bfc60aaf991201d3971a2e7d248f729bf2949ae (diff)
downloadmicroformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.tar.lz
microformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.tar.zst
microformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.zip
Set initial REPL/run namespace
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index a3b4995..a191c8a 100644
--- a/project.clj
+++ b/project.clj
@@ -4,4 +4,5 @@
   :license {:name "MIT License"
             :url "http://opensource.org/licenses/MIT"}
   :dependencies [[org.clojure/clojure "1.6.0"]
-                 [enlive "1.1.5"]])
+                 [enlive "1.1.5"]]
+  :main microformats.parser)