This commit is contained in:
2026-04-02 15:49:58 -06:00
commit a466e0fab4
13 changed files with 10532864 additions and 0 deletions

10
deps.edn Normal file
View File

@@ -0,0 +1,10 @@
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
babashka/fs {:mvn/version "0.5.24"}
org.clojure/core.match {:mvn/version "1.1.0"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.1070"}
org.xerial/sqlite-jdbc {:mvn/version "3.47.1.0"}
cheshire/cheshire {:mvn/version "6.1.0"}
progrock/progrock {:mvn/version "1.0.0"}
babashka/process {:mvn/version "0.6.25"}
clj-rcon/clj-rcon {:mvn/version "0.1.1"}}
:paths ["src" "resources"]}