blob: 24cabb359f1f5e76a56e97bcb1e2296fca7f9a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(defproject {{_expr_:expand('%:p:h:t')}} "0.1-SNAPSHOT"
:description "FIXME: write description"
:url "http://"
:license {:name "MIT" :url "http://opensource.org/licenses/MIT"}
:repositories {"name" "http://"}
:dependencies [[org.clojure/clojure "1.6.0"]
[clj-http "0.9.2"]]
:main ^:skip-aot {{_expr_:expand('%:p:h:t')}}
:target-path "target/%s"
:min-lein-version "2.2.0")
|