mirror of
https://github.com/metosin/reitit.git
synced 2025-12-21 18:11:12 +00:00
12 lines
504 B
Clojure
12 lines
504 B
Clojure
|
|
(defproject metosin/reitit-pedestal "0.2.9"
|
||
|
|
:description "Reitit + Pedestal Integration"
|
||
|
|
: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"}
|
||
|
|
:plugins [[lein-parent "0.3.2"]]
|
||
|
|
:parent-project {:path "../../project.clj"
|
||
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
||
|
|
:dependencies [[metosin/reitit-http]])
|