mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
14 lines
608 B
Clojure
14 lines
608 B
Clojure
(defproject metosin/reitit-dev "0.5.5"
|
|
: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"}
|
|
:plugins [[lein-parent "0.3.2"]]
|
|
:parent-project {:path "../../project.clj"
|
|
:inherit [:deploy-repositories :managed-dependencies]}
|
|
:dependencies [[metosin/reitit-core]
|
|
[com.bhauman/spell-spec]
|
|
[expound]
|
|
[fipp]])
|