mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
13 lines
550 B
Clojure
13 lines
550 B
Clojure
|
|
(defproject metosin/reitit-interceptors "0.2.1"
|
||
|
|
:description "Reitit, common interceptors bundled"
|
||
|
|
: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"}
|
||
|
|
:plugins [[lein-parent "0.3.2"]]
|
||
|
|
:parent-project {:path "../../project.clj"
|
||
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||
|
|
:dependencies [[metosin/reitit-ring]
|
||
|
|
[metosin/muuntaja]])
|