reitit/examples/http/project.clj
2025-03-28 16:06:12 +02:00

9 lines
400 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.8.0"]]
:repl-options {:init-ns example.server})