feat: save user key to keyring

This commit is contained in:
2024-11-21 09:03:48 +07:00
parent c60a37a245
commit 126506522d
6 changed files with 31 additions and 7 deletions

View File

@@ -13,8 +13,7 @@ gpui.workspace = true
components.workspace = true
tokio.workspace = true
nostr-sdk.workspace = true
keyring-search.workspace = true
keyring.workspace = true
client = { version = "0.1.0", path = "../client" }
keyring-search = "1.2.0"
keyring-lib = { version = "1.0.2", features = ["tokio", "derive"] }