feat: auto login on startup

This commit is contained in:
2024-11-25 08:55:50 +07:00
parent db7e28a78a
commit e619fa365b
6 changed files with 41 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ components = { package = "ui", git = "https://github.com/longbridgeapp/gpui-comp
reqwest_client = { git = "https://github.com/huacnlee/zed.git", branch = "export-platform-window" }
# Nostr
nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr", branch = "nip17" }
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", branch = "nip17", features = [
nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr" }
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", features = [
"lmdb",
"all-nips",
] }