mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
13 lines
573 B
Clojure
13 lines
573 B
Clojure
(defproject metosin/reitit-schema "0.7.0-alpha4"
|
|
:description "Reitit: Plumatic Schema coercion"
|
|
: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 [[metosin/reitit-core]
|
|
[metosin/schema-tools]])
|