diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 14:53:45 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 14:53:45 +0530 |
| commit | 277319fa392f5ee9f21eedf2c4d224739f045690 (patch) | |
| tree | f2e3a89de7946647d7560db242e7ce22fda25a5c /cljcc-compiler/deps.edn | |
| parent | 39b6930e14cfda58fd066805f5da447c685ab67f (diff) | |
Add common functions for handling cljcc compiler
Diffstat (limited to 'cljcc-compiler/deps.edn')
| -rw-r--r-- | cljcc-compiler/deps.edn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cljcc-compiler/deps.edn b/cljcc-compiler/deps.edn new file mode 100644 index 0000000..52fd6d7 --- /dev/null +++ b/cljcc-compiler/deps.edn @@ -0,0 +1,4 @@ +{:paths ["src"] + :deps {org.clojure/clojure {:mvn/version "1.11.1"} + org.clojure/core.match {:mvn/version "1.1.0"} + metosin/malli {:mvn/version "0.16.4"}}} |
