require core.async in time

This commit is contained in:
Michiel Borkent 2022-09-05 18:16:44 +02:00
parent 3afd85ccb3
commit ef41365656
2 changed files with 2 additions and 0 deletions

View file

@ -164,3 +164,4 @@
:test-pod :test-pod
{:extra-paths ["test-resources"] {:extra-paths ["test-resources"]
:main-opts ["-m" "babashka.main" "test-resources/pod.clj"]}}} :main-opts ["-m" "babashka.main" "test-resources/pod.clj"]}}}
;; release

View file

@ -4,6 +4,7 @@
[babashka.impl.features :as features] [babashka.impl.features :as features]
[babashka.impl.proxy :as proxy] [babashka.impl.proxy :as proxy]
[cheshire.core :as json] [cheshire.core :as json]
[clojure.core.async]
[sci.impl.types :as t])) [sci.impl.types :as t]))
(def base-custom-map (def base-custom-map