project.clj 368 B

12345678910
  1. (defproject hello "aleph"
  2. :description "JSON/plaintext tests"
  3. :dependencies [[org.clojure/clojure "1.9.0"]
  4. [clj-tuple "0.2.2"]
  5. [org.clojure/tools.cli "0.3.7"]
  6. [aleph "0.4.5-alpha6"]
  7. [javax.xml.bind/jaxb-api "2.3.0"]
  8. [metosin/jsonista "0.2.0"]]
  9. :main hello.handler
  10. :aot :all)