reitit/modules/reitit-interceptors/project.clj

16 lines
658 B
Clojure
Raw Normal View History

2025-01-31 12:06:05 +00:00
(defproject metosin/reitit-interceptors "0.8.0-alpha1"
2018-09-07 16:50:10 +00:00
: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"
:dir "../.."}
2023-04-13 06:18:56 +00:00
:plugins [[lein-parent "0.3.9"]]
2018-09-07 16:50:10 +00:00
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-ring]
[lambdaisland/deep-diff]
2023-06-12 15:15:53 +00:00
[metosin/muuntaja]
[metosin/spec-tools]])