reitit/examples/http/project.clj
Tommi Reiman 5589328a3c 0.7.1
2024-06-30 18:58:46 +03: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.7.1"]]
:repl-options {:init-ns example.server})