yasnippet-snippets/report/project.clj
2019-03-03 17:25:22 +00:00

11 lines
308 B
Clojure

(defproject report "0.1.0-SNAPSHOT"
:description "Give a report of the yas snippets"
:dependencies [[org.clojure/clojure "1.10.0"]
[hiccup "1.0.5"]]
:uberjar-name "report.jar"
:min-lein-version "2.8.1"
:source-paths ["src"]
:test-paths ["test"]
:resource-paths ["resources"])