structureee

This commit is contained in:
2026-01-30 19:02:13 -07:00
parent 937ed217dc
commit 39c13c764b
19 changed files with 356 additions and 1923 deletions

6
doerg/deps.edn Normal file
View File

@@ -0,0 +1,6 @@
{:deps {org.clojure/tools.logging {:mvn/version "1.3.0"}
babashka/fs {:mvn/version "0.5.24"}
org.clojure/core.match {:mvn/version "1.1.0"}
cheshire/cheshire {:mvn/version "6.1.0"}
babashka/process {:mvn/version "0.6.25"}}
:paths ["src" "resources" "test"]}