refactor: account managements (#190)

* feat: add keyring-search

* feat: improve nostr connect
This commit is contained in:
雨宮蓮
2024-05-22 13:24:58 +07:00
committed by GitHub
parent 1f38eba2cc
commit 407fe40b67
10 changed files with 152 additions and 142 deletions

16
src-tauri/Cargo.lock generated
View File

@@ -2668,6 +2668,21 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "keyring-search"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95edd18bc5d51d3544a788d86b6d96c20b3fea5518349559df1feaa4775fc632"
dependencies = [
"byteorder",
"lazy_static",
"linux-keyutils",
"regex",
"secret-service",
"security-framework",
"windows-sys 0.52.0",
]
[[package]]
name = "kuchikiki"
version = "0.8.2"
@@ -2862,6 +2877,7 @@ version = "4.0.0"
dependencies = [
"cocoa",
"keyring",
"keyring-search",
"nostr-sdk",
"objc",
"rand 0.8.5",