From 31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 11 Sep 2014 17:47:34 +0100 Subject: Set initial REPL/run namespace --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit 1.4.1