First commit

This commit is contained in:
Kiran Shila
2021-08-10 10:51:23 -07:00
commit b7897e72f9
9 changed files with 433 additions and 0 deletions

13
deps.edn Normal file
View File

@@ -0,0 +1,13 @@
{: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"}
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"}}
:aliases {:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.278"}}
:exec-fn hf.depstar/uberjar
:exec-args {:aot true}}}}