2019-03-18 06:27:25 +00:00
|
|
|
(defproject metosin/reitit-ring "0.3.1"
|
2017-10-28 09:17:20 +00:00
|
|
|
:description "Reitit: Ring routing"
|
2017-10-27 05:14:55 +00:00
|
|
|
:url "https://github.com/metosin/reitit"
|
2017-10-26 16:25:09 +00:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2018-09-04 16:21:07 +00:00
|
|
|
:scm {:name "git"
|
2019-03-01 11:20:43 +00:00
|
|
|
:url "https://github.com/metosin/reitit"
|
|
|
|
|
:dir "../.."}
|
2017-10-28 09:47:55 +00:00
|
|
|
:plugins [[lein-parent "0.3.2"]]
|
|
|
|
|
:parent-project {:path "../../project.clj"
|
|
|
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
2018-04-25 05:32:01 +00:00
|
|
|
:dependencies [[metosin/reitit-core]
|
|
|
|
|
[ring/ring-core]])
|