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

10
crates/client/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "client"
version = "0.1.0"
edition = "2021"
[dependencies]
gpui.workspace = true
nostr-sdk.workspace = true
dirs.workspace = true
tokio.workspace = true