mirror of
https://github.com/edufeed-org/nostr-clj.git
synced 2025-12-10 00:34:36 +00:00
Total rewrite of connect function
This commit is contained in:
parent
223c60255c
commit
0b64c1afea
2 changed files with 266 additions and 74 deletions
7
deps.edn
7
deps.edn
|
|
@ -1,5 +1,6 @@
|
|||
{:paths ["src" "resources" "java"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
|
||||
org.clojure/core.async {:mvn/version "1.6.673"}
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
hato/hato {:mvn/version "1.0.0"}}
|
||||
:aliases
|
||||
|
|
@ -12,8 +13,10 @@
|
|||
:test
|
||||
{:extra-paths ["test"]
|
||||
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
|
||||
io.github.cognitect-labs/test-runner
|
||||
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}}
|
||||
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
|
||||
:main-opts ["-m" "cognitect.test-runner"]
|
||||
:exec-fn cognitect.test-runner.api/test}
|
||||
|
||||
:build {:deps {io.github.clojure/tools.build
|
||||
{:mvn/version "0.10.5"}
|
||||
slipset/deps-deploy {:mvn/version "0.2.2"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue