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>2025-05-06 14:31:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:31:00 +0100
commit8a86119851af2e9397b160f66e1f080787957a14 (patch)
treeca665bc3932021a842534b32a71850558935f383 /Cargo.toml
parentb028223797f0bd2c4927af35cbe01834b3b21f7f (diff)
chore: remove unused keyring dependancy
the function was intergrated into rust-nostr
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6050def..8e4d8d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,6 @@ directories = "5.0.1"
23futures = "0.3.28" 23futures = "0.3.28"
24git2 = "0.20.2" 24git2 = "0.20.2"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5"
27nostr = { version = "0.41.0", features = ["nip05", "nip49"] } 26nostr = { version = "0.41.0", features = ["nip05", "nip49"] }
28nostr-connect = "0.41.0" 27nostr-connect = "0.41.0"
29nostr-database = "0.41.0" 28nostr-database = "0.41.0"