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:
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"