2025-03-28 14:06:12 +00:00
|
|
|
(defproject metosin/reitit-dev "0.8.0"
|
2019-03-03 18:54:21 +00:00
|
|
|
:description "Snappy data-driven router for Clojure(Script)"
|
|
|
|
|
: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"}
|
2023-04-13 06:18:56 +00:00
|
|
|
:plugins [[lein-parent "0.3.9"]]
|
2019-03-03 18:54:21 +00:00
|
|
|
:parent-project {:path "../../project.clj"
|
|
|
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
2023-10-03 10:06:23 +00:00
|
|
|
:dependencies [[metosin/reitit-core]
|
2019-04-20 02:39:45 +00:00
|
|
|
[com.bhauman/spell-spec]
|
2019-03-03 18:54:21 +00:00
|
|
|
[expound]
|
2023-06-12 14:50:10 +00:00
|
|
|
[fipp]
|
2023-06-12 14:57:51 +00:00
|
|
|
[org.clojure/core.rrb-vector]
|
2023-06-12 14:50:10 +00:00
|
|
|
[mvxcvi/arrangement]])
|