mirror of
https://github.com/edufeed-org/nostr-clj.git
synced 2025-12-10 08:44:47 +00:00
add fetch-events
This commit is contained in:
commit
0cc04aa611
14 changed files with 883 additions and 0 deletions
20
deps.edn
Normal file
20
deps.edn
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{:paths ["src" "resources"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
hato/hato {:mvn/version "1.0.0"}}
|
||||
:aliases
|
||||
{:nREPL
|
||||
{:extra-deps
|
||||
{nrepl/nrepl {:mvn/version "1.3.0"}}
|
||||
:main-opts ["-m" "nrepl.cmdline"
|
||||
"-b" "0.0.0.0"
|
||||
"-p" "12345"]}
|
||||
: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"}}}
|
||||
:build {:deps {io.github.clojure/tools.build
|
||||
{:mvn/version "0.10.5"}
|
||||
slipset/deps-deploy {:mvn/version "0.2.2"}}
|
||||
:ns-default build}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue