reitit/examples/http/project.clj
2025-10-24 15:52:47 +03:00

9 lines
404 B
Clojure

(defproject http "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.11.2"]
[org.clojure/core.async "1.6.681"]
[funcool/promesa "11.0.678"]
[manifold "0.4.2"]
[ring/ring-jetty-adapter "1.12.1"]
[metosin/reitit "0.9.2-rc1"]]
:repl-options {:init-ns example.server})