wip: startup flow

This commit is contained in:
2024-11-21 08:43:42 +07:00
parent fb71f02ef3
commit c60a37a245
15 changed files with 910 additions and 82 deletions

View File

@@ -10,5 +10,11 @@ path = "src/main.rs"
[dependencies]
gpui.workspace = true
components.workspace = true
tokio.workspace = true
nostr = { version = "0.1.0", path = "../nostr" }
nostr-sdk.workspace = true
client = { version = "0.1.0", path = "../client" }
keyring-search = "1.2.0"
keyring-lib = { version = "1.0.2", features = ["tokio", "derive"] }