Initial checkin

This commit is contained in:
2023-03-15 10:02:46 -07:00
commit ddca2198c5
6 changed files with 678 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
:paths ["src"]
:deps {
org.clojure/clojure { :mvn/version "1.11.1" }
org.clojure/data.json { :mvn/version "2.4.0" }
clj-http/clj-http { :mvn/version "3.12.3" }
}
}