summaryrefslogtreecommitdiff
path: root/clojure/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/project.clj')
-rw-r--r--clojure/project.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/clojure/project.clj b/clojure/project.clj
index 6e26b8f..398c4bb 100644
--- a/clojure/project.clj
+++ b/clojure/project.clj
@@ -6,6 +6,7 @@
:dependencies [
[org.clojure/clojure "1.10.1"]
[org.clojure/data.csv "1.0.0"]
+ [org.clojure/tools.cli "1.0.206"]
]
:main ^:skip-aot csvtool.core
:target-path "target/%s"