reitit/examples/http/project.clj
2018-09-04 18:15:23 +03:00

9 lines
384 B
Clojure

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