mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
8 lines
365 B
Clojure
8 lines
365 B
Clojure
|
|
(load-file "../../.deps-versions.clj")
|
||
|
|
(defproject metosin/reitit-ring reitit-version
|
||
|
|
:description "Ring routing with reitit"
|
||
|
|
:url "https://github.com/metosin/reitit/tree/master/modules/reitit-ring"
|
||
|
|
:license {:name "Eclipse Public License"
|
||
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||
|
|
:dependencies [[metosin/reitit-core ~reitit-version]])
|