mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 02:48:25 +00:00
* metosin/reitit (all) * metosin/reitit-core (just the router) * metosin/reitit-ring (the ring stuff)
7 lines
365 B
Clojure
7 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]])
|