mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
8 lines
369 B
Clojure
8 lines
369 B
Clojure
|
|
(load-file "../../.deps-versions.clj")
|
||
|
|
(defproject metosin/reitit-core reitit-version
|
||
|
|
:description "Snappy data-driven router for Clojure(Script)"
|
||
|
|
:url "https://github.com/metosin/reitit/tree/master/modules/reitit-core"
|
||
|
|
:license {:name "Eclipse Public License"
|
||
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||
|
|
:dependencies [[meta-merge "1.0.0"]])
|