project.clj 308 B

123456789
  1. (defproject hello "aleph"
  2. :description "JSON/plaintext tests"
  3. :dependencies [[org.clojure/clojure "1.8.0"]
  4. [clj-tuple "0.2.2"]
  5. [org.clojure/tools.cli "0.3.3"]
  6. [aleph "0.4.1-beta2"]
  7. [cheshire "5.5.0"]]
  8. :main hello.handler
  9. :aot :all)