reitit/examples/ring-swagger/project.clj

8 lines
297 B
Clojure
Raw Normal View History

2018-04-19 19:58:59 +00:00
(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Swagger"
:dependencies [[org.clojure/clojure "1.9.0"]
[ring "1.6.3"]
[metosin/muuntaja "0.5.0"]
2018-06-25 14:50:36 +00:00
[metosin/reitit "0.1.3"]]
2018-04-19 19:58:59 +00:00
:repl-options {:init-ns example.server})