project.clj 308 B

123456789
  1. (defproject hello "aleph"
  2. :description "JSON/plaintext tests"
  3. :dependencies [[org.clojure/clojure "1.7.0-beta2"]
  4. [clj-tuple "0.2.1"]
  5. [org.clojure/tools.cli "0.3.1"]
  6. [aleph "0.4.0"]
  7. [cheshire "5.4.0"]]
  8. :main hello.handler
  9. :aot :all)