mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
9 lines
407 B
Clojure
9 lines
407 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/ring-jetty-adapter "1.7.0-RC2"]
|
|
[metosin/reitit "0.2.2"]]
|
|
:repl-options {:init-ns example.server})
|