mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
11 lines
484 B
Clojure
11 lines
484 B
Clojure
|
|
(defproject metosin/reitit-schema "0.1.0-SNAPSHOT"
|
||
|
|
: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"}
|
||
|
|
:plugins [[lein-parent "0.3.2"]]
|
||
|
|
:parent-project {:path "../../project.clj"
|
||
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||
|
|
:dependencies [[metosin/reitit-ring]
|
||
|
|
[metosin/schema-tools]])
|