reitit/examples/ring-integrant/project.clj

8 lines
321 B
Clojure
Raw Normal View History

2019-10-10 19:51:08 +00:00
(defproject ring-integrant-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-jetty-adapter "1.7.1"]
[metosin/reitit "0.3.10"]
[integrant "0.7.0"]]
:repl-options {:init-ns example.server})