reitit/examples/http/project.clj

7 lines
262 B
Clojure
Raw Normal View History

2018-08-20 15:48:22 +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/reitit "0.2.0-SNAPSHOT"]]
:repl-options {:init-ns example.server})