From 000901c0cbca8464b5a89bcc93c5474f6564bafd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sun, 1 Oct 2023 00:00:00 +0100 Subject: feat(prs-create) send to multiple relays add tests but these currently don't work when run together --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" async-trait = "0.1.73" chacha20poly1305 = "0.10.1" clap = { version = "4.3.19", features = ["derive"] } +console = "0.15.7" dialoguer = "0.10.4" directories = "5.0.1" futures = "0.3.28" git2 = "0.18.1" +indicatif = "0.17.7" keyring = "2.0.5" nostr = "0.24.0" nostr-sdk = "0.24.0" -- cgit v1.2.3