reitit/examples/http/project.clj
Tommi Reiman 2e85f44a7e 0.3.9
2019-06-16 20:20:49 +03:00

9 lines
404 B
Clojure

(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/core.async "0.4.490"]
[funcool/promesa "1.9.0"]
[manifold "0.1.8"]
[ring/ring-jetty-adapter "1.7.1"]
[metosin/reitit "0.3.9"]]
:repl-options {:init-ns example.server})