add initial reporting project

This commit is contained in:
Andrea Crotti 2019-03-02 10:06:53 +00:00
parent 8e715c6337
commit 8dcde0fe4e
No known key found for this signature in database
GPG Key ID: 88DC3F2180C34EDB
1 changed files with 9 additions and 0 deletions

9
report/project.clj Normal file
View File

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