project.clj 417 B

123456789101112
  1. (defproject hello "aleph"
  2. :description "Aleph benchmarks"
  3. :dependencies [[org.clojure/clojure "1.12.3"]
  4. [aleph "0.9.3"]
  5. [metosin/jsonista "0.3.13"]
  6. [hiccup "2.0.0"]
  7. [seancorfield/next.jdbc "1.2.659"]
  8. [hikari-cp "3.3.0"]
  9. [org.postgresql/postgresql "42.7.8"]
  10. ]
  11. :main hello.handler
  12. :aot :all)