diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
| commit | 000901c0cbca8464b5a89bcc93c5474f6564bafd (patch) | |
| tree | 0ae11836c173ec6246e8b1eab7dc1e265e125426 /Cargo.toml | |
| parent | b9a88672b8734448615354e3f46748d2fdc2f647 (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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -16,10 +16,12 @@ anyhow = "1.0.75" | |||
| 16 | async-trait = "0.1.73" | 16 | async-trait = "0.1.73" |
| 17 | chacha20poly1305 = "0.10.1" | 17 | chacha20poly1305 = "0.10.1" |
| 18 | clap = { version = "4.3.19", features = ["derive"] } | 18 | clap = { version = "4.3.19", features = ["derive"] } |
| 19 | console = "0.15.7" | ||
| 19 | dialoguer = "0.10.4" | 20 | dialoguer = "0.10.4" |
| 20 | directories = "5.0.1" | 21 | directories = "5.0.1" |
| 21 | futures = "0.3.28" | 22 | futures = "0.3.28" |
| 22 | git2 = "0.18.1" | 23 | git2 = "0.18.1" |
| 24 | indicatif = "0.17.7" | ||
| 23 | keyring = "2.0.5" | 25 | keyring = "2.0.5" |
| 24 | nostr = "0.24.0" | 26 | nostr = "0.24.0" |
| 25 | nostr-sdk = "0.24.0" | 27 | nostr-sdk = "0.24.0" |