add storage system, also parse groups

This commit is contained in:
Aidan 2020-11-30 22:04:43 -08:00
parent 85b3346f5d
commit 170c4cb559
No known key found for this signature in database
GPG key ID: 327711E983899316
5 changed files with 121 additions and 26 deletions

View file

@ -11,7 +11,8 @@
[org.clojure/tools.logging "1.1.0"]
[org.clojure/core.cache "1.0.207"]
[org.clojure/core.async "1.3.610"]
[clj.qrgen "0.4.0"]]
[clj.qrgen "0.4.0"]
[codax "1.3.1"]]
:main ^:skip-aot whisper.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})