aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps.edn b/deps.edn
new file mode 100644
index 0000000..7eb6e23
--- /dev/null
+++ b/deps.edn
@@ -0,0 +1,7 @@
+{:paths ["src"] ; where your cljd files are
+ :deps {tensegritics/clojuredart
+ {:git/url "https://github.com/tensegritics/ClojureDart.git"
+ :sha "6127d8ef23156f2be5b10e97a0932868d175e585"}}
+ :aliases {:cljd {:main-opts ["-m" "cljd.build"]}}
+ :cljd/opts {:kind :flutter
+ :main distractionless.core}}