Files
Doplarr-kiranshila/deps.edn
Kiran Shila b23161f36e Major refactoring
Uses async in all the the *arr interactions
Env vars are cached instead of function calls
Specter now used in all get ins
Adds profile selection, fixes #14
Shows all results by default, requesting a second time updates profile,fixes #13
Much better error handling from the HTTP request side of things, fixes #7
2021-08-17 15:40:17 -07:00

19 lines
874 B
Clojure

{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.0-alpha1"}
org.clojure/core.cache {:mvn/version "1.0.217"}
yogthos/config {:mvn/version "1.1.8"}
com.rpl/specter {:mvn/version "1.1.3"}
ch.qos.logback/logback-classic {:mvn/version "1.2.5"}
org.suskalo/discljord {:git/url "https://github.com/IGJoshua/discljord" :sha "a417b0d543c68820ce0633b31d7c98c6b328c857"}
org.clojure/core.async {:mvn/version "1.3.618"}
cheshire/cheshire {:mvn/version "5.10.1"}
hato/hato {:mvn/version "0.8.2"}}
:jvm-opts ["-Dconfig=config.edn"]
:aliases {:build {:extra-paths ["build"]
:deps {io.github.clojure/tools.build {:git/tag "v0.1.6" :git/sha "5636e61"}
com.github.seancorfield/depstar {:mvn/version "2.1.278"}}
:ns-default build}}}