reitit/modules/reitit-http/project.clj
2023-09-11 15:03:31 +03:00

13 lines
585 B
Clojure

(defproject fi.metosin/reitit-http "0.7.0-alpha6"
: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"}
:scm {:name "git"
:url "https://github.com/metosin/reitit"
:dir "../.."}
:plugins [[lein-parent "0.3.9"]]
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[fi.metosin/reitit-core]
[fi.metosin/reitit-ring]])