upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-10-01 00:00:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2023-10-01 00:00:00 +0100
commit000901c0cbca8464b5a89bcc93c5474f6564bafd (patch)
tree0ae11836c173ec6246e8b1eab7dc1e265e125426 /Cargo.toml
parentb9a88672b8734448615354e3f46748d2fdc2f647 (diff)
feat(prs-create) send to multiple relays
add tests but these currently don't work when run together
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7577a4..1571c02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,10 +16,12 @@ anyhow = "1.0.75"
16async-trait = "0.1.73" 16async-trait = "0.1.73"
17chacha20poly1305 = "0.10.1" 17chacha20poly1305 = "0.10.1"
18clap = { version = "4.3.19", features = ["derive"] } 18clap = { version = "4.3.19", features = ["derive"] }
19console = "0.15.7"
19dialoguer = "0.10.4" 20dialoguer = "0.10.4"
20directories = "5.0.1" 21directories = "5.0.1"
21futures = "0.3.28" 22futures = "0.3.28"
22git2 = "0.18.1" 23git2 = "0.18.1"
24indicatif = "0.17.7"
23keyring = "2.0.5" 25keyring = "2.0.5"
24nostr = "0.24.0" 26nostr = "0.24.0"
25nostr-sdk = "0.24.0" 27nostr-sdk = "0.24.0"