reitit/modules/reitit-http/project.clj

14 lines
569 B
Clojure
Raw Normal View History

2020-07-13 08:08:19 +00:00
(defproject metosin/reitit-http "0.5.4"
2018-08-13 05:17:17 +00:00
:description "Reitit: HTTP routing with interceptors"
:url "https://github.com/metosin/reitit"
: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"
:url "https://github.com/metosin/reitit"
:dir "../.."}
2018-08-13 05:17:17 +00:00
:plugins [[lein-parent "0.3.2"]]
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-core]
[metosin/reitit-ring]])