diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:31:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:31:00 +0100 |
| commit | 8a86119851af2e9397b160f66e1f080787957a14 (patch) | |
| tree | ca665bc3932021a842534b32a71850558935f383 /Cargo.toml | |
| parent | b028223797f0bd2c4927af35cbe01834b3b21f7f (diff) | |
chore: remove unused keyring dependancy
the function was intergrated into rust-nostr
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -23,7 +23,6 @@ directories = "5.0.1" | |||
| 23 | futures = "0.3.28" | 23 | futures = "0.3.28" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |
| 25 | indicatif = "0.17.7" | 25 | indicatif = "0.17.7" |
| 26 | keyring = "2.0.5" | ||
| 27 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } | 26 | nostr = { version = "0.41.0", features = ["nip05", "nip49"] } |
| 28 | nostr-connect = "0.41.0" | 27 | nostr-connect = "0.41.0" |
| 29 | nostr-database = "0.41.0" | 28 | nostr-database = "0.41.0" |