diff options
author | Alan Pearce | 2014-09-11 17:47:34 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-11 17:47:34 +0100 |
commit | 31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092 (patch) | |
tree | e7f8d87d8c8144bc28673cf92c5ec5613cfc15f3 | |
parent | 8bfc60aaf991201d3971a2e7d248f729bf2949ae (diff) | |
download | microformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.tar.lz microformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.tar.zst microformats-31ad04a4ed9bfafa6c9682c9bdd98aadb45f6092.zip |
Set initial REPL/run namespace
-rw-r--r-- | project.clj | 3 |
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) |