From b9a88672b8734448615354e3f46748d2fdc2f647 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sun, 1 Oct 2023 00:00:00 +0100 Subject: feat(prs-create) send commit to relay - add client - use client to send event - add async functionality - enabler for relay interaction whilst getting cli input --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1b2c458..f7577a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,17 +13,21 @@ categories = ["command-line-utilities","git"] [dependencies] anyhow = "1.0.75" +async-trait = "0.1.73" chacha20poly1305 = "0.10.1" clap = { version = "4.3.19", features = ["derive"] } dialoguer = "0.10.4" directories = "5.0.1" +futures = "0.3.28" git2 = "0.18.1" keyring = "2.0.5" -nostr = "0.23.0" +nostr = "0.24.0" +nostr-sdk = "0.24.0" passwords = "3.1.13" scrypt = "0.11.0" serde = { version = "1.0.181", features = ["derive"] } serde_json = "1.0.105" +tokio = "1.33.0" zeroize = "1.6.0" [dev-dependencies] -- cgit v1.2.3