refactor: Client keys and Identity (#61)

* .

* .

* .

* .

* refactor client keys

* .

* .

* refactor

* .

* .

* .

* update new account
This commit is contained in:
reya
2025-06-17 07:16:16 +07:00
committed by GitHub
parent cc36adeafe
commit 440f17af18
31 changed files with 1460 additions and 586 deletions

View File

@@ -8,6 +8,7 @@ publish.workspace = true
global = { path = "../global" }
gpui.workspace = true
nostr-connect.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
itertools.workspace = true
@@ -16,4 +17,5 @@ smallvec.workspace = true
smol.workspace = true
futures.workspace = true
webbrowser = "1.0.4"
qrcode-generator = "5.0.0"