reitit/modules/reitit-openapi/project.clj

14 lines
557 B
Clojure
Raw Normal View History

2025-03-28 14:06:12 +00:00
(defproject fi.metosin/reitit-openapi "0.8.0"
2022-08-30 16:24:21 +00:00
: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 "../.."}
2023-04-13 06:18:56 +00:00
:plugins [[lein-parent "0.3.9"]]
2022-08-30 16:24:21 +00:00
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-core]
[metosin/muuntaja]])