mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
13 lines
519 B
Clojure
13 lines
519 B
Clojure
|
|
(defproject metosin/reitit-openapi "0.5.18"
|
||
|
|
:description "Reitit: OpenAPI-support"
|
||
|
|
: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.8"]]
|
||
|
|
:parent-project {:path "../../project.clj"
|
||
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||
|
|
:dependencies [[metosin/reitit-core]])
|