mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
9 lines
384 B
Clojure
9 lines
384 B
Clojure
|
|
(load-file "../../.deps-versions.clj")
|
||
|
|
(defproject metosin/reitit-spec reitit-version
|
||
|
|
:description "Reitit: clojure.spec coercion"
|
||
|
|
:url "https://github.com/metosin/reitit"
|
||
|
|
:license {:name "Eclipse Public License"
|
||
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||
|
|
:dependencies [[metosin/reitit-ring ~reitit-version]
|
||
|
|
[metosin/spec-tools "0.5.0"]])
|