reitit/examples/pedestal/project.clj
2018-09-08 11:06:27 +03:00

7 lines
337 B
Clojure

(defproject ring-example "0.1.0-SNAPSHOT"
:description "Reitit-http with pedestal"
:dependencies [[org.clojure/clojure "1.9.0"]
[io.pedestal/pedestal.service "0.5.4"]
[io.pedestal/pedestal.jetty "0.5.4"]
[metosin/reitit "0.2.2-SNAPSHOT"]]
:repl-options {:init-ns example.server})