reitit/examples/ring-integrant/project.clj
Tommi Reiman 0b2c4d0d8e 0.5.10
2020-10-22 00:10:52 +03:00

10 lines
439 B
Clojure

(defproject ring-integrant-example "0.1.0-SNAPSHOT"
:description "Reitit Ring App with Integrant"
:dependencies [[org.clojure/clojure "1.10.1"]
[ring/ring-jetty-adapter "1.7.1"]
[metosin/reitit "0.5.10"]
[integrant "0.7.0"]]
:main example.server
:repl-options {:init-ns user}
:profiles {:dev {:dependencies [[integrant/repl "0.3.1"]]
:source-paths ["dev"]}})