Set initial REPL/run namespace
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M project.clj → project.clj
@@ -4,4 +4,5 @@ :url "https://github.com/alanpearce/microformats" :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)