25 lines
974 B
Clojure
25 lines
974 B
Clojure
{:paths ["src"]
|
|
:deps {;api
|
|
io.pedestal/pedestal.service {:mvn/version "0.8.0-rc-1"}
|
|
io.pedestal/pedestal.http-kit {:mvn/version "0.8.0-rc-1"}
|
|
org.slf4j/slf4j-simple {:mvn/version "2.0.17"}
|
|
;; http client
|
|
clj-http/clj-http {:mvn/version "3.13.1"}
|
|
;; logging
|
|
com.taoensso/telemere {:mvn/version "1.0.0"}
|
|
;; schema validation
|
|
metosin/malli {:mvn/version "0.18.0"}
|
|
;; scheduling
|
|
jarohen/chime {:mvn/version "0.3.3"}
|
|
org.clojure/core.async {:mvn/version "1.8.741"}
|
|
;; json
|
|
cheshire/cheshire {:mvn/version "6.0.0"}
|
|
;; metosin/muuntaja {:mvn/version "0.6.11"}
|
|
org.clojure/clojure {:mvn/version "1.12.1"}
|
|
;; websockets
|
|
hato/hato {:mvn/version "1.0.0"}}
|
|
|
|
:aliases
|
|
{;; Run with clj -T:build function-in-build
|
|
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.9" :git/sha "e405aac"}}
|
|
:ns-default build}}}
|