reitit/modules/reitit-malli/project.clj

14 lines
552 B
Clojure
Raw Normal View History

2025-10-24 12:52:47 +00:00
(defproject metosin/reitit-malli "0.9.2-rc1"
2019-12-01 18:42:12 +00:00
:description "Reitit: Malli 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 "../.."}
2023-04-13 06:18:56 +00:00
:plugins [[lein-parent "0.3.9"]]
2019-12-01 18:42:12 +00:00
:parent-project {:path "../../project.clj"
:inherit [:deploy-repositories :managed-dependencies]}
:dependencies [[metosin/reitit-core]
2019-12-01 18:42:12 +00:00
[metosin/malli]])